[Python-Dev] Fuzzing bugs: most bugs are closed (original) (raw)

Victor Stinner victor.stinner at haypocalc.com
Sat Jul 19 13:23:12 CEST 2008


Hi,

I filled 14 issues about bugs found by fuzzing (see my other email "Play with fuzzing" for more informations). Most bugs are now closed, cool :-) Last bugs:

== Trivial open bugs ==

segfault on locale.gettext(None)

invalid ref count on locale.strcoll() error

_multiprocessing.Connection() doesn't check handle

== Complex open bugs ==

block operation on closed socket/pipe for multiprocessing

bugs in scanstring_str() and scanstring_unicode() of _json module

invalid object destruction in re.finditer()

== Need backport / port to python 3.0 ==

invalid call to PyMem_Free() in fileio_init()

missing lock release in BZ2File_iternext()

When all bugs will be closed, I will restart a fuzzing Python ;-) But I also tried with my patches and I was unable to find new bugs, great!

Victor



More information about the Python-Dev mailing list