]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fixed a null pointer panic in ADDENTRY(). Unloading the lkm and joy
authorBruce Evans <bde@FreeBSD.org>
Fri, 6 Dec 1996 12:47:05 +0000 (12:47 +0000)
committerBruce Evans <bde@FreeBSD.org>
Fri, 6 Dec 1996 12:47:05 +0000 (12:47 +0000)
commitf7f70b3d0f83b61236a0221e96e5224b484ab841
tree7a611f2e593f68f0c89e017a498bf868c6ceb426
parent0682634e998d27448cd754e7b2bc48f75eac60e1
Fixed a null pointer panic in ADDENTRY().  Unloading the lkm and joy
modules sort of works now.  Their devswitch entries aren't cleaned
up, so accessing them after they have been unloaded causes a panic
in spec_open().

Submitted by: durian@plutotech.com (Mike Durian), IIRC
sys/kern/kern_conf.c