CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/28 22:00:25
Modified files:
usr.bin/diff : diff.c diffreg.c xmalloc.c xmalloc.h
Log message:
Change internal xrealloc() to a idiom-following xreallocarray().
This loses a "new size is 0" failure case. Probably not relevant;
and since we develop this in OpenBSD, we'll catch that before someone
else imports this...
ok millert
