mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
Fix for bug #584832: incorrect handling of internal entities.
The wrong string pool was cleared.
This commit is contained in:
parent
d8d3b5fe2e
commit
8d051e9409
1 changed files with 1 additions and 1 deletions
|
@ -2700,7 +2700,7 @@ processXmlDecl(XML_Parser parser, int isGeneralTextEntity,
|
|||
return XML_ERROR_NO_MEMORY;
|
||||
}
|
||||
result = handleUnknownEncoding(parser, storedEncName);
|
||||
poolClear(&tempPool);
|
||||
poolClear(&temp2Pool);
|
||||
if (result == XML_ERROR_UNKNOWN_ENCODING)
|
||||
eventPtr = encodingName;
|
||||
return result;
|
||||
|
|
Loading…
Add table
Reference in a new issue