summaryrefslogtreecommitdiffstats
path: root/Lib/test/crashers
Commit message (Expand)AuthorAgeFilesLines
* Another crasher.Armin Rigo2006-09-251-0/+36
* Add a "crasher" taken from the sgml bug report referenced in the commentNeal Norwitz2006-09-111-0/+16
* The regular expression engine in '_sre' can segfault when interpretingArmin Rigo2006-08-251-0/+47
* Document the crashers that will not go away soon as "won't fix",Armin Rigo2006-07-252-0/+15
* Added another crasher, which hit me today (I was not intentionallyArmin Rigo2006-07-251-0/+16
* Document why is and is not a good way to fix the gc_inspection crasher.Armin Rigo2006-07-251-0/+15
* A couple of examples about how to attack the fact that _PyType_Lookup()Armin Rigo2006-07-062-0/+67
* SF bug #1296433 (Expat bug #1515266): Unchecked calls to character dataFred Drake2006-07-011-56/+0
* A couple of crashers of the "won't fix" kind.Armin Rigo2006-06-282-0/+26
* If a classic class defined a __coerce__() method that just returned its twoBrett Cannon2006-06-131-9/+0
* An object with __call__ as an attribute, when called, will have that attribut...Brett Cannon2006-06-091-9/+0
* [ 1497053 ] Let dicts propagate the exceptions in user __eq__().Armin Rigo2006-06-011-32/+0
* A dictresize() attack. If oldtable == mp->ma_smalltable then pureArmin Rigo2006-04-181-0/+32
* add a very old crasher from the 2.1 -> 2.2 round of dictionary fixes.Michael W. Hudson2006-04-181-0/+47
* Copy note from leakers README here too. We want to keep all test cases.Neal Norwitz2006-04-141-0/+5
* Set svn:eol-style to native.Tim Peters2006-03-012-72/+72
* collected my segfaulting Python examples from the SF trackersArmin Rigo2006-01-148-0/+99
* Whitespace normalization.Tim Peters2006-01-132-73/+72
* add another crash reported by Thomas WoutersNeal Norwitz2006-01-111-0/+10
* As I threatened on python-dev, add a directory which contains all knownNeal Norwitz2006-01-104-0/+97