Bug#327420: python2.3-gnome2-extras: [patch] Fix for gtkspell segfault on import bug on AMD64

2005-10-06 Thread Matthew A. Nicholson
Package: python2.3-gnome2-extras Version: 2.10.0-4 Followup-For: Bug #327420 The bug seems to be caused when strlen dereferences a bogus pointer from the gtkspell module not null terminating it's tp_methods array. The attached patch fixes the problem by null terminating the array. To apply the

Bug#327420: python2.3-gnome2-extras: [patch] Fix for gtkspell segfault on import bug on AMD64

2005-10-06 Thread Matthew A. Nicholson
Followup-For: Bug #327420 Package: python2.3-gnome2-extras Version: 2.10.0-4 *** Please type your report below this line *** The bug seems to be caused when strlen dereferences a bogus pointer from the gtkspell module not null terminating it's tp_methods array. The attached patch fixes the prob