After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 307503 - bug in xmlIO.c
bug in xmlIO.c
Status: VERIFIED FIXED
Product: libxml2
Classification: Platform
Component: general
2.6.19
Other All
: Normal blocker
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-13 13:24 UTC by Kai Henning
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kai Henning 2005-06-13 13:24:35 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.
Comment 1 Daniel Veillard 2005-07-03 14:42:44 UTC
Okay, I see, changed and commited the fix,

  thanks for the report !

Daniel
Comment 2 Daniel Veillard 2005-09-05 08:59:26 UTC
This should be closed by release of libxml2-2.6.21,

  thanks,

Daniel