Do not crash
parent
ee935c3a0b
commit
dfe6411611
|
@ -313,6 +313,12 @@ create_definition (ParserState *parser_state,
|
|||
{
|
||||
xmlAttr *attribute;
|
||||
|
||||
if (child->type != XML_READER_TYPE_ELEMENT)
|
||||
{
|
||||
child = child->next;
|
||||
continue;
|
||||
}
|
||||
|
||||
/* FIXME: add PCRE_EXTRA support in EggRegex */
|
||||
flags = parser_state->regex_compile_flags;
|
||||
|
||||
|
|
Loading…
Reference in New Issue