]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix nfssvc_addsock() to not attempt to free a NULL socket structure
authordillon <dillon@FreeBSD.org>
Mon, 8 Nov 1999 19:10:16 +0000 (19:10 +0000)
committerdillon <dillon@FreeBSD.org>
Mon, 8 Nov 1999 19:10:16 +0000 (19:10 +0000)
commit2fb940a103648229028749446e430c2f2b4af584
tree2e17ef440df8c980133f2220afc2fe2d5d10ad0c
parent0b538034b3e67add0b95537d77d38791f8ef2491
Fix nfssvc_addsock() to not attempt to free a NULL socket structure
    when returning an error.  Bug fix was extracted from the PR.  The PR
    is not yet entirely resolved by this commit.

PR: kern/13049
Reviewed by: Matt Dillon <dillon@freebsd.org>
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
sys/nfs/nfs_syscalls.c
sys/nfsclient/nfs_nfsiod.c
sys/nfsserver/nfs_syscalls.c