]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Removed unneeded and dangerous assignment. It would probably cause NULL
authorAlexander Motin <mav@FreeBSD.org>
Sun, 19 Jan 2014 16:37:57 +0000 (16:37 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Sun, 19 Jan 2014 16:37:57 +0000 (16:37 +0000)
commiteaed60f737422bfb5be7eb66131251cd68804be6
treec40d114ecc48f7afd5cd5ed8a9f3359f4061bb5f
parentf6b84910bbabbe59ac2ac5cc991afbc2cf4cce0e
Removed unneeded and dangerous assignment.  It would probably cause NULL
refererence panic if compiler not optimize it out.

Found with: Clang static analyzer
MFC after: 2 weeks
sys/geom/multipath/g_multipath.c