Message337583
When running the builtin test suite with address sanitizer enabled, one of the ctypes tests causes a use after free demonstrating the danger of using a reference to the inside of a deallocated buffer. This use is detected as an error by the address sanitizer and can be replicated with the following; a stack trace from the resulting failure is attached.
export ASAN_OPTIONS="detect_leaks=0"
make clean
./configure --with-address-sanitizer --with-pydebug
make
./python Lib/ctypes/test/test_stringptr.py StringPtrTestCase -v |
|
Date |
User |
Action |
Args |
2019-03-10 00:08:41 | btharper | set | recipients:
+ btharper |
2019-03-10 00:08:40 | btharper | set | messageid: <1552176520.99.0.273814604607.issue36253@roundup.psfhosted.org> |
2019-03-10 00:08:40 | btharper | link | issue36253 messages |
2019-03-10 00:08:40 | btharper | create | |
|