CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/23 07:31:24
Modified files:
sbin/isakmpd : ike_phase_1.c policy.c
Log message:
isakmpd: Bound check decode_* in policy_callback() and attribute_unacceptable()
Before decoding 16-bit or 32-bit TLV values, verify that the provided
values have proper minimum size.
ok markus@
