dbx crashes system

Chris Torek chris at umcp-cs.UUCP
Mon Jun 2 20:04:34 AEST 1986


Find calls to munhash() and mfind() that cast the second
argument, c->c_blkno, to `(daddr_t)(u_long)'.  There are two,
one in /sys/sys/vm_mem.c and one in /sys/vax/vm_machdep.c.
Remove the (daddr_t).  The new code is technically wrong,
but makes the compiler do the right thing.

`Fixed in 4.3!'
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 1516)
UUCP:	seismo!umcp-cs!chris
CSNet:	chris at umcp-cs		ARPA:	chris at mimsy.umd.edu



More information about the Comp.unix mailing list