You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The clang address/leak sanitizer doesn't particularly slow down execution of CBMC. Enabling it in our continuous integration might help to catch memory issues that otherwise go un-noticed and un-fixed, like #569.
The text was updated successfully, but these errors were encountered:
I second that, currently this is disabled as #569 broke every build due to failing tests. As you fixed that issue, there should be no reason not to have this in CI.
Following on from #831:
The clang address/leak sanitizer doesn't particularly slow down execution of CBMC. Enabling it in our continuous integration might help to catch memory issues that otherwise go un-noticed and un-fixed, like #569.
The text was updated successfully, but these errors were encountered: