[Mesa-dev] [Bug 41677] Potential deallocation at null pointer while getting of extra extensions info
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Oct 11 06:19:38 PDT 2011
https://bugs.freedesktop.org/show_bug.cgi?id=41677
José Fonseca <jfonseca at vmware.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jfonseca at vmware.com
--- Comment #1 from José Fonseca <jfonseca at vmware.com> 2011-10-11 06:19:37 PDT ---
free(NULL) is allowed, at least on linux.
I could fix this, but there are many other cases in the source where this
happens, and it would be a distraction from real issues to fix them all now.
It looks like this issue was spotted by a static code analysis tool. Could you
reconfigure the tool to not report free(NULL) issues instead?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list