GNOME Bugzilla – Bug 172182
error in ISO8859xToUTF8 in encoding.c
Last modified: 2009-08-15 18:40:50 UTC
Please describe the problem: In line 2335 of encoding.c variable 'inend' is not initialized before being used const unsigned char* inend; const unsigned char* instop = inend; Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information: The following lines may be required: #undef LIBXML_ICONV_ENABLED #define LIBXML_ISO8859X_ENABLED
Right, I deferred the intialization after inend is initialized in the beginning of the routine. Fixed in CVS, thanks for spotting this, this code is not commonly used, Daniel
This should be closed by release of libxml2-2.6.21, thanks, Daniel