linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #01045
[Bug 810387] Re: double free in libdrizzle possible
The implementation of GNU libc already checks for NULL on free(), and
it's in C standard for it to do so. A libc that doesnt check is a bug
in the platform, not a bug in drizzle. I recommend classifying this as
not-a-bug.
** Changed in: drizzle
Assignee: (unassigned) => Mark Atwood (fallenpegasus)
** Changed in: drizzle
Importance: Undecided => Low
--
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