]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray().
authorStefan Krah <skrah@bytereef.org>
Mon, 20 Aug 2012 09:04:24 +0000 (11:04 +0200)
committerStefan Krah <skrah@bytereef.org>
Mon, 20 Aug 2012 09:04:24 +0000 (11:04 +0200)
commitfd24f9e51e80fb050e4239f6909eaff2d29ec30d
tree0b9630a2ee3f5252c781ca9fef9207578dbbd43e
parente56bf97ef4283a877c459390516bb7385e8e4ec4
Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray().
Found by Coverity.
Lib/test/test_capi.py
Objects/abstract.c