CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/08 21:02:18
Modified files:
usr.bin/yacc : reader.c verbose.c
Log message:
use reallocarray(). Leave the malloc/realloc cases in the skeleton
untouched because they have their own mult int overflow checks, and
placing reallocarray there causes some incredible fireworks in other
software. Discussed with millert.
