summaryrefslogtreecommitdiffstats
path: root/Lib/test/crashers/dictresize_attack.py
Commit message (Collapse)AuthorAgeFilesLines
* [ 1497053 ] Let dicts propagate the exceptions in user __eq__().Armin Rigo2006-06-011-32/+0
| | | | [ 1456209 ] dictresize() vulnerability ( <- backport candidate ).
* A dictresize() attack. If oldtable == mp->ma_smalltable then pureArmin Rigo2006-04-181-0/+32
Python code can mangle with mp->ma_smalltable while it is being walked over.