]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18408: ste_new() initialize all attributes before handling error
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Jul 2013 20:49:00 +0000 (22:49 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Jul 2013 20:49:00 +0000 (22:49 +0200)
commit9a4fb669668843de94c82c9e6de86a2ffa865eb7
treede8b5cbb0cadd20ef413ffb87283ebceb76078f8
parent2e8474ddde61204b2671225cf4482dbc6fab4ea1
Issue #18408: ste_new() initialize all attributes before handling error

If an attribute is not initialized, the destructor can crash
Python/symtable.c