]> granicus.if.org Git - python/commit
Add some missing NULL checks which trigger crashes on low-memory conditions.
authorGeorg Brandl <georg@python.org>
Wed, 11 Apr 2007 17:16:24 +0000 (17:16 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 11 Apr 2007 17:16:24 +0000 (17:16 +0000)
commitc02e13122ba94b05dc03fd56de393b9129f3ed25
tree1928b2cb6377a200b57505ce08d6e0ff3135985f
parent5bf02cd17f96217cbdffd84e3b00bf5c97acf69e
Add some missing NULL checks which trigger crashes on low-memory conditions.
Found by Victor Stinner. Will backport when 2.5 branch is unfrozen.
Objects/exceptions.c
Objects/longobject.c