Re: [pygtk] Crash in pygtk_generic_cell_renderer_get_size()

2002-11-03 Thread James Henstridge
Joe Shaw wrote: Hi, I came across a crash in pygtk_generic_cell_renderer_get_size(). It doesn't check to see if the arguments passed in are NULL before passing them to PyArg_ParseTuple(), which dereferences them and crashes. I've filed bug #97436 about it, and attached this patch to it. Joe

[pygtk] Crash in pygtk_generic_cell_renderer_get_size()

2002-11-01 Thread Joe Shaw
Hi, I came across a crash in pygtk_generic_cell_renderer_get_size(). It doesn't check to see if the arguments passed in are NULL before passing them to PyArg_ParseTuple(), which dereferences them and crashes. I've filed bug #97436 about it, and attached this patch to it. Joe Index: