View Issue Details

IDProjectCategoryView StatusLast Update
0004818ardourbugspublic2020-04-19 20:16
Reporterahurst Assigned Tocth103  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version3.0-beta3 
Target Version3.0 
Summary0004818: Definitely unintentional switch statement fall-through
DescriptionMedium impact static analysis bug:

Missing break in switch at gtk2_ardour/stereo_panner.cc:546.

Will cause unexpected keyboard response. (Aside: I think I've experienced this one!!!)
Additional Information*** Missing break in switch. This case (value 65364) is not terminated by a 'break' statement.
546 case GDK_Down:
547 if (Keyboard::modifier_state_equals (ev->state, Keyboard::SecondaryModifier)) {
548 width_control->set_value (-1.0);
549 } else {
550 width_control->set_value (wv - step);
551 }
552
*** The above case falls through to this one.
553 case GDK_Left:
TagsNo tags attached.

Activities

cth103

2012-04-07 01:59

administrator   ~0013089

SVN 11811.

system

2020-04-19 20:16

developer   ~0023027

Issue has been closed automatically, by Trigger Close Plugin.
Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2012-04-05 00:19 ahurst New Issue
2012-04-05 01:06 cth103 cost => 0.00
2012-04-05 01:06 cth103 Target Version => 3.0 beta4
2012-04-07 01:59 cth103 Note Added: 0013089
2012-04-07 01:59 cth103 Status new => resolved
2012-04-07 01:59 cth103 Resolution open => fixed
2012-04-07 01:59 cth103 Assigned To => cth103
2012-05-23 15:08 cth103 Target Version 3.0 beta4 => 3.0
2020-04-19 20:16 system Note Added: 0023027
2020-04-19 20:16 system Status resolved => closed