Date: Wed, 1 Mar 2000 11:30:37 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa psm.c Message-ID: <200003011930.LAA76921@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2000/03/01 11:30:37 PST
Modified files:
sys/isa psm.c
Log:
Don't free(sc) before returning an error from probe, it does not "belong"
to us, subr_bus.c will free it. This bug (panic: freeing already free)
was exposed by kern/subr_bus.c rev 1.54
Not explicitly approved by: jkh (but this is a showstopper and fallout of
the above approved change)
Revision Changes Path
1.23 +1 -2 src/sys/isa/psm.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?200003011930.LAA76921>
