Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0.0
-
None
-
Solaris
Description
The XMLUni::fgXercesLoadSchema XMLCh[] in /util/XMLUni.cpp is not null-terminated.
This causes an "Unknown Feature" exception to be thrown by the parser.
The array should be terminated with the chNull character to avoid this exception.
Note that i've tested on 3.0.0, but i can see in the SVN repository that this bug still exists in the head of the tree.