View Issue Details

IDProjectCategoryView StatusLast Update
0004824ardourbugspublic2020-04-19 20:16
Reporterahurst Assigned Tocth103  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version3.0-beta3 
Target Version3.0 
Summary0004824: Incorrect logical expression
DescriptionMedium impact static analysis bug:

Bad logical expression at libs/ardour/session_state.cc:3057.
Additional Information*** Wrong operator used. this->_state_of_the_state | ARDOUR::Session::Deletion is always 1/true regardless of the values of its operand. The right operand is a non-zero constant. Did you intend to use '&' rather than '|'?
3057 if (_state_of_the_state | Deletion) {
3058 return;
3059 }
TagsNo tags attached.

Activities

cth103

2012-04-07 02:02

administrator   ~0013090

SVN 11811.

system

2020-04-19 20:16

developer   ~0023033

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:40 ahurst New Issue
2012-04-05 01:11 cth103 cost => 0.00
2012-04-05 01:11 cth103 Target Version => 3.0 beta4
2012-04-07 02:02 cth103 Note Added: 0013090
2012-04-07 02:02 cth103 Status new => resolved
2012-04-07 02:02 cth103 Resolution open => fixed
2012-04-07 02:02 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: 0023033
2020-04-19 20:16 system Status resolved => closed