]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
faulthandler: fix unregister() if it is called before register()
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 8 Apr 2011 10:48:15 +0000 (12:48 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 8 Apr 2011 10:48:15 +0000 (12:48 +0200)
commitcfa7123ef108452dd402e3cdcec772be28872e2f
tree679f3380a96b416bb75a8e40e1488a016a7a2045
parent7ede59d77a9b21c5c021d1b9a4289aba11509fdd
faulthandler: fix unregister() if it is called before register()

Fix a crash: don't read from NULL.
Doc/library/faulthandler.rst
Modules/faulthandler.c