CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/12/03 06:55:40
Modified files:
sbin/iked : config.c iked.h ikev2.c ikev2_msg.c ikev2_pld.c
parse.y pfkey.c policy.c util.c
Log message:
never cast to sockaddr_storage, always cast to the abstract 'class' sockaddr
this fixes an out-of-bounds-memcpy in pfkey_process(); ok mikeb@
