Re: [xml] FW: Linking to xml2.so



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?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]