CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/27 05:17:42
Modified files:
usr.sbin/bgpctl: mrtparser.c
Log message:
Add some extra checks to the mrtparser
Fail if the mrt message length is larger than MRT_MAX_LEN (1MB).
No message should have such a large size.
Ensure the dump callback is never called with a mrt peer table
that is NULL.
Reported by 7Asecurity
OK tb@
