GNOME Bugzilla – Bug 307503
bug in xmlIO.c
Last modified: 2009-08-15 18:40:50 UTC
i found bug in function __xmlOutputBufferCreateFilename(). if the macro HAVE_ZLIB_H not defined (line 2255) then code on line 2261 is not executed and "unescaped" remains initialized with NULL. Thereupon no "context" is created and the function return NULL.
Okay, I see, changed and commited the fix, thanks for the report ! Daniel
This should be closed by release of libxml2-2.6.21, thanks, Daniel