]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Revert r282227. It is clearly incorrect as it frees an object that is still
authorscottl <scottl@FreeBSD.org>
Wed, 29 Apr 2015 17:18:41 +0000 (17:18 +0000)
committerscottl <scottl@FreeBSD.org>
Wed, 29 Apr 2015 17:18:41 +0000 (17:18 +0000)
commit64a856ca9703dc386140a3d6957c8128883efc23
tree47199b37973d7fe56b11e8cc92ecefad945e445c
parent0f1faab39cc133cc252b85c4a8cfa46fc1b8e727
Revert r282227.  It is clearly incorrect as it frees an object that is still
referenced.  I think that there does exist an unlikely edge case for a
memory leak, but only if a driver is incorrectly written and specifies no
valid range of targets to scan.  That can be fixed in a follow-up commit.

Obtained from: Netflix, Inc.
sys/cam/scsi/scsi_xpt.c