]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFstable/10 r294240:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 18 Jan 2016 03:52:44 +0000 (03:52 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 18 Jan 2016 03:52:44 +0000 (03:52 +0000)
commitef6d71f01138b7dd04ea5d58b510bfe4e0296a4f
treed98142b3fc98477a0a9261f7b31ce8464e66f6a8
parent576b83f95f63ff7b7f844f6893b44a6a91604f28
MFstable/10 r294240:

MFC r293705:

Similar to r293704, fix theoretical leak of netconfig(3) resources in
__rpcbind_is_up(..) if getnetconfig(3) is partly successful in allocating
resources, but not completely successful by moving the endnetconfig(3) call
up before we return from the function if nconf == NULL.

Submitted by: Miles Ohlrich <miles.ohlrich@isilon.com>

git-svn-id: svn://svn.freebsd.org/base/stable/9@294242 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/rpc/rpcb_clnt.c