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
In some cases asan mistakenly reports "heap-use-after-free" instead of "heap-buffer-overflow".
./bin_linux/asan_test64 --gtest_filter=*BufferOverflowAfterManeFrees --gtest_also_run_disabled_tests
==11906== ERROR: AddressSanitizer heap-use-after-free
...
0x7fa16a0b0080 is located 0 bytes to the right of 8192-byte region [0x7fa16a0ae080,0x7fa16a0b0080)
allocated by thread T0 here:
Reported by konstantin.s.serebryany on 2012-04-19 14:53:16
The text was updated successfully, but these errors were encountered:
This change slows down the stress test by 5%:
(ASAN_OPTIONS=quarantine_size=1 ./bin_linux/asan_test64 --gtest_filter=AddressSanitizer.MallocStressTest)
This translates to a tolerable extra slowdown on usual programs.
LLVM r155344.
Reported by konstantin.s.serebryany on 2012-04-23 10:10:40
Originally reported on Google Code with ID 66
Reported by
konstantin.s.serebryany
on 2012-04-19 14:53:16The text was updated successfully, but these errors were encountered: