Fix bug in marshal where bad data would cause a segfault due to
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 16 May 2007 20:05:11 +0000 (20:05 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 16 May 2007 20:05:11 +0000 (20:05 +0000)
commitb1a9b37aa836f1c0f827b16cebdd23dfe19fcf4c
treef69f0ae562a44947f5734763f19f6101df6477b6
parentf1135f30f8c2b6d1d6a875135de37d04c030e071
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