Osi icon indicating copy to clipboard operation
Osi copied to clipboard

Lots of undefined behavior found by sanitizer

Open PetterS opened this issue 4 years ago • 0 comments

See e.g. this message about incorrectly casting an enum value that seemed pretty serious: https://list.coin-or.org/pipermail/cbc/2017-October/002261.html

To reproduce, compile Cbc with Clang and AddressSanitizer enabled and lots of crashes should show up. Some crashes are relatively easy to fix, but others are much trickier.

PetterS avatar Apr 14 '20 20:04 PetterS