mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Fix bug #32245 (xml_parser_free() in function assigned to the xml parser
gives a segfault)
This commit is contained in:
parent
085f2a6980
commit
1ed5c14fe2
2 changed files with 12 additions and 0 deletions
|
@ -90,6 +90,7 @@ typedef struct {
|
|||
char **ltags;
|
||||
int lastwasopen;
|
||||
int skipwhite;
|
||||
int isparsing;
|
||||
|
||||
XML_Char *baseURI;
|
||||
} xml_parser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue