]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r257598
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 11 Dec 2013 00:39:56 +0000 (00:39 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 11 Dec 2013 00:39:56 +0000 (00:39 +0000)
commite0a7669d8b2aca9d4c4a7c2122f1ec60c2ed25fd
tree38e3c791e6bdc09aafbb721767ca298a9384a9c4
parent26afe04ffd8c985e640942277a9cf2b8cbc83a8d
MFC: r257598
During code inspection, I spotted that there was a code path where
CLNT_CONTROL() would be called on "client" after it was
released via CLNT_RELEASE(). It was unlikely that this
code path gets executed and I have not heard of any problem
report caused by this bug. This patch fixes the code so that
this cannot happen.

git-svn-id: svn://svn.freebsd.org/base/stable/10@259207 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/nfs/nfs_commonkrpc.c