| libxml2 | 077df27eb1bdc2a3268f7596415fd91db76d29d4 | parser: Fix integer overflow of input IDApplies a patch from Chromium. Also stop incrementing input ID ofsubcontexts. This isn't necessary.Fixes #465. |
| libxml2 | 0bd4e4e032d57ecf982b57312eb6136efdd35d56 | xmlParseStartTag2() contains typo when checking for default definitions for an attribute in a namespace* parser.c:(xmlParseStartTag2):- Fix index into defaults->values. It is only correct the firsttime through the loop when i == 0.Fixes #467. |
| libxml2 | 46cd7d224ed5c4cdbd4f72ec899db24e18d21fe7 | io: Remove xmlInputReadCallbackNopIn some cases, for example when using encoders, the read callback wasset to NULL, in other cases it was set to xmlInputReadCallbackNop.xmlGROW only tested for xmlInputReadCallbackNop, resulting in errorswhen parsing large encoded content from memory.Always use a NULL callback for memory buffers to avoid ambiguities.Fixes #262. |
| libxml2 | 077df27eb1bdc2a3268f7596415fd91db76d29d4 | parser: Fix integer overflow of input IDApplies a patch from Chromium. Also stop incrementing input ID ofsubcontexts. This isn't necessary.Fixes #465. |
| libxml2 | 0bd4e4e032d57ecf982b57312eb6136efdd35d56 | xmlParseStartTag2() contains typo when checking for default definitions for an attribute in a namespace* parser.c:(xmlParseStartTag2):- Fix index into defaults->values. It is only correct the firsttime through the loop when i == 0.Fixes #467. |
| libxml2 | 46cd7d224ed5c4cdbd4f72ec899db24e18d21fe7 | io: Remove xmlInputReadCallbackNopIn some cases, for example when using encoders, the read callback wasset to NULL, in other cases it was set to xmlInputReadCallbackNop.xmlGROW only tested for xmlInputReadCallbackNop, resulting in errorswhen parsing large encoded content from memory.Always use a NULL callback for memory buffers to avoid ambiguities.Fixes #262. |