Possibly a  bug:

In the function xmlRegExecPushString2(...) in xmlregexp.c, the last
couple of lines are:

    if (str != buf)
        xmlFree(buf);

Since str is the dynamically allocated entity, I think it should have
been xmlFree(str).

Regards,
S.

PS: Is this the correct list to raise such flags? Also, other than
posting it here, is there anything that mere users of the library can
do?
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to