CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/10 21:01:58
Modified files:
usr.sbin/lpr/lpd: lpd.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@ (had same diff in tree)
