]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Finally track down the reason for some of my occasional kernel crashes.
authorjulian <julian@FreeBSD.org>
Tue, 15 Jul 1997 23:25:32 +0000 (23:25 +0000)
committerjulian <julian@FreeBSD.org>
Tue, 15 Jul 1997 23:25:32 +0000 (23:25 +0000)
commitdb918dfad5688e9a2980e5a898e349c871ff9524
tree70f80cb03d825482e92a9dd7b255da9a872cb055
parent245797ff55f2b110add3004d133b9cb7535cb219
Finally track down the reason for some of my occasional kernel crashes.
Route(1) has a bug that sends a bad message to the kernel. The kernel
trusts it and crashes. Add some sanity checks so that
we don't trust the user quite as much any more.
(also add a comment in if_ethersubr.c)
sys/net/if_ethersubr.c
sys/net/rtsock.c