]> granicus.if.org Git - python/commit
Fix a crash: when sq_item failed the code continued blindly and used the
authorWalter Dörwald <walter@livinglogic.de>
Mon, 18 Aug 2003 18:28:45 +0000 (18:28 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 18 Aug 2003 18:28:45 +0000 (18:28 +0000)
commitc58a3a10a91f0c0c2debc2c386bfeee8184e0f86
tree82f85baf4ab66a23067bf7e06979a8b20f9f0f6b
parent6019f9a65d5a5c69f31bf69ea30459d572f2634a
Fix a crash: when sq_item failed the code continued blindly and used the
NULL pointer. (Detected by Michael Hudson, patch provided by Neal Norwitz).

Fix refcounting leak in filtertuple().
Python/bltinmodule.c