]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Prevent a panic when a driver provides bogus debugnet parameters
authorcem <cem@FreeBSD.org>
Wed, 23 Oct 2019 16:48:22 +0000 (16:48 +0000)
committercem <cem@FreeBSD.org>
Wed, 23 Oct 2019 16:48:22 +0000 (16:48 +0000)
commitcae3e20483a8e81a4e6429837008381d92b94a51
tree4e4c6b31fee33bb955ea7631b279f05e131ee013
parent4eb815fa6afc92bad65fe0691726329b9e5d5567
Prevent a panic when a driver provides bogus debugnet parameters

This is just a bandaid; we should fix the driver(s) too.  Introduced in
r353685.

PR: 241403
X-MFC-With: r353685
Reported by: np and others
sys/net/debugnet.c