CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/06 06:48:11
Modified files:
sbin/iked : vroute.c
Log message:
iked: Wrong data structure zeroized
The parameter int mask was confused with the local variable struct
sockaddr_in mask4. bzero(3) was applied to mask instead of mask4.
ok markus@
