CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/23 07:09:08
Modified files:
sbin/isakmpd : ipsec.c
Log message:
isakmpd: Bound check decode_16() in ipsec_is_attribute_incompatible()
Before decoding a 16 bit TLV value verify that the provided value
is at least 16 bit in size.
ok markus@
