CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/25 19:16:49
Modified files:
usr.sbin/amd/amd: afs_ops.c host_ops.c map.c nfs_ops.c
nfsx_ops.c util.c xutil.c
usr.sbin/amd/include: config.h
Log message:
Replace xrealloc() with xreallocarray(). Break-out the 'log and die'
function as xmallocfailure() and use that in the locations where
reallocarray's checks alone aren't sufficient.
ok doug@ deraadt@
