git: kernel - Change an assertion to a kprintf
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Dec 20 10:41:35 PST 2022
commit 948a7f76185e08031fe0abecf82e4e6e848e705b
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Dec 20 10:38:55 2022 -0800
kernel - Change an assertion to a kprintf
* There is a path that can sometimes inject IP packets with a non-atomic
header into ip_input that we haven't found yet. For now, change the
assertion to a kprintf() and discard such packets.
Summary of changes:
sys/netinet/ip_input.c | 8 ++++++++
1 file changed, 8 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/948a7f76185e08031fe0abecf82e4e6e848e705b
--
DragonFly BSD source repository
More information about the Commits
mailing list