Date: Thu, 15 Aug 2002 10:34:03 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_syscalls.c Message-ID: <200208151734.g7FHY3RV072094@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2002/08/15 10:34:03 PDT Modified files: sys/kern uipc_syscalls.c Log: Fix return case for negative namelen by jumping to normal exit processing rather than immediately returning, or we may not unlock necessary locks. Noticed by: Mike Heffner <mheffner@acm.vt.edu> Revision Changes Path 1.128 +4 -2 src/sys/kern/uipc_syscalls.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?200208151734.g7FHY3RV072094>