GNOME Bugzilla – Bug 471483
Segfault when using python bindings on x86_64
Last modified: 2007-08-30 00:20:40 UTC
Per this Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=190388 running the test suite for venus (http://intertwingly.net/code/venus/) causes a segfault in libxslt's python bindings. I tracked this down to not zeroing out malloc'd memory. Patch attached.
Created attachment 94562 [details] [review] Zero out malloc'd memory before testing it for NULL
patch committed to SVN - thanks!