]> granicus.if.org Git - python/commit
A dictresize() attack. If oldtable == mp->ma_smalltable then pure
authorArmin Rigo <arigo@tunes.org>
Tue, 18 Apr 2006 14:00:01 +0000 (14:00 +0000)
committerArmin Rigo <arigo@tunes.org>
Tue, 18 Apr 2006 14:00:01 +0000 (14:00 +0000)
commit7e97ee6ac8ccfc5de437c51c677319a35700662a
treec92ca9fa55578661def2cfd2f14a4558d2fb2fec
parent15b1f146bc2d62ac1bfb8924cf799672ac3a61fe
A dictresize() attack.  If oldtable == mp->ma_smalltable then pure
Python code can mangle with mp->ma_smalltable while it is being walked
over.
Lib/test/crashers/dictresize_attack.py [new file with mode: 0644]