CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/08 16:17:03
Modified files:
sys/netinet : ip_input.c
Log message:
An invalid source routing IP option could overwrite kernel memory
by using a bad option length. This bug is only reachable if both
pf IP option check is disabled and IP source routing is enabled.
reported by @fuzzingrf Erg Noor
OK claudio@ deraadt@
