CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/23 07:18:24
Modified files:
sbin/isakmpd : ipsec.c
Log message:
isakmpd: Bound check decode_16() in ipsec_decode_attribute()
Before decoding a 16 bit TLV value verify that the provided value
is at least 16 bit in size.
The LIFE_DURATION attributes will already be validated individually,
so just pass them on.
ok markus@
