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

2015-10-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203647 Garrett Cooper,425-314-3911 changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|n...@freebsd.org

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

2015-10-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203647 --- Comment #2 from scdbac...@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/bsdw

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

2015-10-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203647 Ed Maste changed: What|Removed |Added CC||ema...@freebsd.org --- Comment #1 from

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

2015-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203647 Bug ID: 203647 Summary: makefs: Coverity CID 978431: No free() after malloc(). Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New