CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/27 20:37:26
Modified files:
usr.sbin/sasyncd: pfkey.c
Log message:
calling memset() after calloc() is redudant, since
calloc() already filled all the memory block to 0.
OK deraadt@ cheloha@ millert@
