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
Instead of just the one example that detected the use-after-free, added
a number of new files to detect:
- double free
- out of bounds on global/heap/stack data
- use after free
- use after return
- use after scope
While compiler warnings have improved to detect some of these cases at
compile time, they all do still compile.
Apart from double-free, all of these programs also execute without
issue, highlighting the usefulness of address sanitizer runs.
0 commit comments