]> granicus.if.org Git - python/commit
Fix bug in marshal where bad data would cause a segfault due to
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 16 May 2007 20:09:36 +0000 (20:09 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 16 May 2007 20:09:36 +0000 (20:09 +0000)
commitdc78cc6f7cea2040114a350aa9db835cc433ae05
treed8bdc5a50aec44c2cb4e368dcc503bde2d55e92e
parent4043a6bbd64a2dc46c20784c1f813b4d38c8c94a
Fix bug in marshal where bad data would cause a segfault due to
lack of an infinite recursion check.

Contributed by Damien Miller at Google.
Lib/test/test_marshal.py
Misc/ACKS
Misc/NEWS
Python/marshal.c