CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2014/10/07 21:59:11

Modified files:
        usr.bin/compress: main.c 

Log message:
userland reallocarray audit.

Replace malloc() and realloc() calls that may have integer overflow in the
multiplication of the arguments with reallocarray().

ok deraadt@

Reply via email to