]> granicus.if.org Git - python/commit
Added a new crasher that targets mutating the underlying storage of a buffer. All...
authorAlex Gaynor <alex.gaynor@gmail.com>
Fri, 30 Mar 2012 12:45:25 +0000 (08:45 -0400)
committerAlex Gaynor <alex.gaynor@gmail.com>
Fri, 30 Mar 2012 12:45:25 +0000 (08:45 -0400)
commitafa2e470db4ecb1e2a2ddd8dc3ba98eb6314edc9
treec1126066383a7847de85a035442a80f87b29d2f0
parent7ce9bda575313b66ca0a5cbcf6d6d30f9546a894
Added a new crasher that targets mutating the underlying storage of a buffer.  All work done by Armin Rigo.
Lib/test/crashers/buffer_mutate.py [new file with mode: 0644]