K 10 svn:author V 8 jmallett K 8 svn:date V 27 2002-10-03T04:09:00.000000Z K 7 svn:log V 304 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 END