Matthew Bergin added the comment:
Sweet, I will check it out
--
___
Python tracker
<http://bugs.python.org/issue19879>
___
___
Python-bugs-list mailing list
Unsub
Matthew Bergin added the comment:
I am going to test it against 2.7 a little later on this afternoon.
I typically host all of the code I write at https://github.com/levle but atm
the github repo I use to host the project is private. Once I work out some of
the kinks I will set it to Public
Matthew Bergin added the comment:
I was fuzzing the interpreter otherwise it would init itself
--
___
Python tracker
<http://bugs.python.org/issue19878>
___
___
Changes by Matthew Bergin :
--
type: -> crash
___
Python tracker
<http://bugs.python.org/issue19878>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Matthew Bergin:
[level@ fuzz]# cat PyCFunction.py
#
# PyCFunction_NewEx crach poc (sigabrt)
#
import imageop
imageop.rgb82rgb(u"%J8CBej >uFBi-",True,8.36)
imageop.grey2grey(None,5,u"CRi")
[level@ fuzz]# gdb --args python PyCFunction.py
GNU gdb (GDB) R
New submission from Matthew Bergin:
[level@ fuzz]# cat pyfile.py
import bz2
obj = bz2.BZ2File('/tmp/fileName')
obj.__init__("fileName")
obj.__reduce__
[level@ fuzz]# gdb --args python pyfile.py
GNU gdb (GDB) Red Hat Enterprise Linux (7.2-60.el6_4.1)
Copyright (C) 2010 Free