CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2014/10/17 21:10:01

Modified files:
        sbin/isakmpd   : pf_key_v2.c 

Log message:
Convert malloc() with a size var using multiplication to reallocarray().

Avoid assigning the size unless reallocarray() succeeds to avoid overflow.

ok deraadt@

Reply via email to