summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-09-29 20:12:39 +0000
committermarcel <marcel@FreeBSD.org>1999-09-29 20:12:39 +0000
commita77102446a7ed62892f4629f29c32047c3d43b72 (patch)
treec9e408177fc280914b661060693cf41b5d30699e /usr.bin/Makefile
parentd4e70391772e9b3fa25d96b93d50278ea1c125ef (diff)
downloadFreeBSD-src-a77102446a7ed62892f4629f29c32047c3d43b72.zip
FreeBSD-src-a77102446a7ed62892f4629f29c32047c3d43b72.tar.gz
Careless use of struct proc *p caused major problems. 'p' is allowed to
be NULL in this function (nfs_sigintr). Reorder the statements and guard them all with a single if (p != NULL). reported, reviewed and tested by: jdp
Diffstat (limited to 'usr.bin/Makefile')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud