Date: Sun, 4 Jul 1999 07:43:02 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_lockf.c Message-ID: <199907041443.HAA05938@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1999/07/04 07:43:01 PDT
Modified files:
sys/kern kern_lockf.c
Log:
Fixed corruption of the "blocked" list in lf_setlock() when tsleep()
returns 0 after ptrace() attach and/or detach doesn't quite quite
deliver a signal. Perhaps the process shouldn't be woken in this
case, but avoiding the problem is easy.
PR: 12247
Fixed a couple of places where mechanical fixing of compiler warnings
caused misspelling of NOLOCKF as NULL.
Revision Changes Path
1.23 +20 -17 src/sys/kern/kern_lockf.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907041443.HAA05938>
