[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[xml] Possible bug in xmlregexp.c
- From: Sreeni Nair <sreeni nair gmail com>
- To: xml gnome org
- Subject: [xml] Possible bug in xmlregexp.c
- Date: Wed, 28 Dec 2005 13:34:03 -0500
On 12/28/05, Sreeni Nair <sreeni nair gmail com> wrote:
> 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]