]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Deobfuscate cleanup path in clnt_vc_create(..)
authorngie <ngie@FreeBSD.org>
Mon, 11 Jul 2016 07:07:15 +0000 (07:07 +0000)
committerngie <ngie@FreeBSD.org>
Mon, 11 Jul 2016 07:07:15 +0000 (07:07 +0000)
commit73e3956f3e5885401f94371a848bb01f740e0c3e
tree3a2ff97fe62e017be843286618cb1f8ce01a1ecb
parente240ec3bb01d8417fedd821e58ceb8ff8dd76b32
Deobfuscate cleanup path in clnt_vc_create(..)

Similar to r300836, r301800, and r302550, cl and ct will always
be non-NULL as they're allocated using the mem_alloc routines,
which always use `malloc(..., M_WAITOK)`.

MFC after: 1 week
Reported by: Coverity
CID: 1007342
Sponsored by: EMC / Isilon Storage Division
sys/rpc/clnt_vc.c