CVSROOT:        /cvs
Module name:    src
Changes by:     l...@cvs.openbsd.org    2014/06/25 22:03:33

Modified files:
        lib/libpcap    : optimize.c pcap.c 

Log message:
Convert several calloc calls to reallocarray.  These calloc calls were
originally malloc(n * m) calls (without memset/bzero) in the past.

ok deraadt@ tedu@

Reply via email to