CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/23 07:36:28
Modified files:
sbin/isakmpd : ike_phase_1.c
Log message:
isakmpd: Bound check ID-payload memcmp()
Make sure the ID supplied by the peer is the size anticipated from
the configuration. Only apply memcmp() if the size matches.
Otherwise, reject the ID right away.
ok markus@
