]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
When the Py_CompileStringExFlags fuzzer encounters a SystemError, abort (#115147)
authorAlex Gaynor <alex.gaynor@gmail.com>
Wed, 7 Feb 2024 22:21:33 +0000 (17:21 -0500)
committerGitHub <noreply@github.com>
Wed, 7 Feb 2024 22:21:33 +0000 (17:21 -0500)
commit38b970dfcc3cdebc87a456f17ef1e0f06dde7375
tree08a0f222a13881a7203bbcaefbd7acdc4662e1d3
parent8f0998e844c2fd8c0c94681d0a6331c34ee31562
When the Py_CompileStringExFlags fuzzer encounters a SystemError, abort (#115147)

This allows us to catch bugs beyond memory corruption and assertions.
Modules/_xxtestfuzz/fuzzer.c