CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/22 08:44:12
Modified files:
usr.sbin/dhcpd : options.c
Log message:
create_priority_list: add bounds check for priority_len
Overflow should not be possible since we deduplicate the options
but an explicit check won't hurt. Also move the dedup check for
options 121 and 245 right before they are stored to match the other
checks. OK deraadt@ florian@
