[Bug 199671] [patch] memory leak in cam scsi

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Apr 26 23:09:21 UTC 2015


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

--- Comment #6 from Steven Hartland <smh at FreeBSD.org> ---
Your missing he fact when they break out of the loop above.

The leak will only occur when no break in above for loop happens, however in
the common case where it does, your free will currently be a double free.

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


More information about the freebsd-scsi mailing list