linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #01031
Re: [Bug 810387] [NEW] double free in libdrizzle possible
On Thu, 14 Jul 2011 10:44:49 -0000, Andrew Hutchings <810387@xxxxxxxxxxxxxxxxxx> wrote:
> lp:~fallenpegasus/drizzle/fix-cppcheck-redundantIfDelete removed the
> 'if' around free()s, this is fine for delete, but not for free.
on what system? It should be okay to call with NULL (man page, wikipedia
and C standard all agree)
--
Stewart Smith
--
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/810387
Title:
double free in libdrizzle possible
Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
New
Bug description:
lp:~fallenpegasus/drizzle/fix-cppcheck-redundantIfDelete removed the
'if' around free()s, this is fine for delete, but not for free.
To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/810387/+subscriptions
References