On Thu, 14 Jul 2011 10:44:49 -0000, Andrew Hutchings <[email protected]> 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 -- Mailing list: https://launchpad.net/~linux-traipu Post to : [email protected] Unsubscribe : https://launchpad.net/~linux-traipu More help : https://help.launchpad.net/ListHelp

