CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/07 22:10:04
Modified files:
usr.bin/systat : cache.c if.c netstat.c pigs.c pool.c sensors.c
Log message:
userland reallocarray audit.
Replace malloc() and realloc() calls that may have integer overflow in the
multiplication of the size argument with reallocarray().
ok deraadt@
