coin-or / Clp.old

This a mirror of the subversion repository on COIN-OR.
https://projects.coin-or.org/Clp
Other
36 stars 20 forks source link

[TRAC] Two code issues #11

Closed qtothec closed 5 years ago

qtothec commented 5 years ago

Moved from TRAC as part of COIN fORgery: https://projects.coin-or.org/Clp/ticket/67

snip

Hi,

the static analyzer of clang-3.5 found two issues in your code that I want to mention here because they are bugs.

There are two occurrences of "a = a" assignments in the Clp code base. I think the attached diff-like files fix them. However, I am not sure if the second one is the right way to go.

Regards, Stephan

sbeyer commented 5 years ago

The diff is available here: https://projects.coin-or.org/Clp/attachment/ticket/67/gjkh

I can also make a pull request on GitHub if the issue is still present.

jjhforrest commented 5 years ago

Already in trunk