Date: Thu, 12 Apr 2001 14:32:02 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_event.c Message-ID: <200104122132.f3CLW2t50694@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2001/04/12 14:32:02 PDT Modified files: sys/kern kern_event.c Log: o Make kqueue's filt_procattach() function use the error value returned by p_can(...P_CAN_SEE), rather than returning EACCES directly. This brings the error code used here into line with similar arrangements elsewhere, and prevents the leakage of pid usage information. Reviewed by: jlemon Obtained from: TrustedBSD Project Revision Changes Path 1.24 +4 -3 src/sys/kern/kern_event.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?200104122132.f3CLW2t50694>