CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2014/10/10 20:29:24

Modified files:
        usr.sbin/ypserv/yppush: yppush.c 
        usr.sbin/ypserv/ypserv: ypserv.c 

Log message:
Userland reallocarray() audit.

Avoid potential integer overflow in the size argument of malloc() and
realloc() by using reallocarray() to avoid unchecked multiplication.

ok deraadt@

Reply via email to