Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 2015 23:09:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-scsi@FreeBSD.org
Subject:   [Bug 199671] [patch] memory leak in cam scsi
Message-ID:  <bug-199671-5312-e1qhZ6vcs7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199671-5312@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199671-5312@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199671

--- Comment #6 from Steven Hartland <smh@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199671-5312-e1qhZ6vcs7>