]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17872: Fix a segfault in marshal.load() when input stream returns
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Jul 2013 19:28:18 +0000 (22:28 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Jul 2013 19:28:18 +0000 (22:28 +0300)
commitf9e6672ae8044f9dbcbafe98a6b63ab30189770e
tree6242914317002844fbb1b7645fa5f458d67e33ad
parent4fcf1b2bb74b1e1ea736951b710a6a69cbcd2963
parent3641a74e1c03ce153042d2c21639e5b6b9604f3b
Issue #17872: Fix a segfault in marshal.load() when input stream returns
more bytes than requested.
Lib/test/test_marshal.py
Misc/NEWS
Python/marshal.c