diff options
author | Rick Macklem <rmacklem@FreeBSD.org> | 2020-02-17 19:31:34 +0000 |
---|---|---|
committer | Rick Macklem <rmacklem@FreeBSD.org> | 2020-02-17 19:31:34 +0000 |
commit | c73f11781d78f9e268f4f63a6e39ca641b4d709b (patch) | |
tree | 5705d61fc9c93d9389a58e8c0bedd25ab241e803 /usr.bin/bsdcat | |
parent | 5b3b2e9520cbe8543a8b67fe95c1c7f114aa9380 (diff) | |
download | src-c73f11781d78f9e268f4f63a6e39ca641b4d709b.tar.gz src-c73f11781d78f9e268f4f63a6e39ca641b4d709b.zip |
MFC: r357149
Fix a crash in the NFSv4 server.
The PR reported a crash that occurred when a file was removed while
client(s) were actively doing lock operations on it.
Since nfsvno_getvp() will return NULL when the file does not exist,
the bug was obvious and easy to fix via this patch. It is a little
surprising that this wasn't found sooner, but I guess the above
case rarely occurs.
PR: 242768
Notes
Notes:
svn path=/stable/10/; revision=358035
Diffstat (limited to 'usr.bin/bsdcat')
0 files changed, 0 insertions, 0 deletions