Date: Wed, 2 Oct 2002 21:09:00 -0700 (PDT) From: Juli Mallett <jmallett@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c Message-ID: <200210030409.g93490uo016016@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2002/10/02 21:09:00 PDT Modified files: sys/kern kern_synch.c Log: XXX Add a check for p->p_limit being NULL before dereferencing it. This is totally bogus but will hide the occurances of access of 0xbc(NULL) which people have run into lately. This is not a proper fix, just a bandaid, until the cause of this happening is tracked down and fixed. Reviewed by: rwatson Revision Changes Path 1.201 +6 -1 src/sys/kern/kern_synch.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?200210030409.g93490uo016016>