Date: Wed, 18 Nov 1998 01:00:48 -0800 (PST) From: David Greenman <dg@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern uipc_syscalls.c vfs_bio.c Message-ID: <199811180900.BAA07322@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dg 1998/11/18 01:00:48 PST Modified files: sys/kern uipc_syscalls.c vfs_bio.c Log: Closed a very narrow and rare race condition that involved net interrupts, bio interrupts, and a truncated file that along with the precise alignment of the planets could result in a page being freed multiple times or a just-freed page being put onto the inactive queue. Revision Changes Path 1.46 +4 -1 src/sys/kern/uipc_syscalls.c 1.185 +4 -2 src/sys/kern/vfs_bio.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?199811180900.BAA07322>