[Bug 203647] makefs: Coverity CID 978431: No free() after malloc().

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 19 21:01:31 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203647

--- Comment #2 from scdbackup at gmx.net ---
It looks like it is still in lines 214+215.
The variable buffer_head (=buffer) is used in the return statement
and thus cannot be freed before the context gets dropped.

http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.sbin/makefs/cd9660/cd9660_write.c?annotate=1.15.6.2

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list