mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
bug in xmlRegExecPushString2() pointed out by Sreeni Nair. Daniel
* xmlregexp.c: bug in xmlRegExecPushString2() pointed out by Sreeni Nair. Daniel
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Wed Dec 28 22:12:34 CET 2005 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* xmlregexp.c: bug in xmlRegExecPushString2() pointed out by
|
||||||
|
Sreeni Nair.
|
||||||
|
|
||||||
Tue Dec 20 16:55:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
|
Tue Dec 20 16:55:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
|
||||||
|
|
||||||
* tree.c: fix bug #322136 in xmlNodeBufGetContent when entity ref is
|
* tree.c: fix bug #322136 in xmlNodeBufGetContent when entity ref is
|
||||||
|
@ -3679,7 +3679,7 @@ xmlRegExecPushString2(xmlRegExecCtxtPtr exec, const xmlChar *value,
|
|||||||
ret = xmlRegExecPushStringInternal(exec, str, data, 1);
|
ret = xmlRegExecPushStringInternal(exec, str, data, 1);
|
||||||
|
|
||||||
if (str != buf)
|
if (str != buf)
|
||||||
xmlFree(buf);
|
xmlFree(str);
|
||||||
return(ret);
|
return(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user