CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/08 20:50:16
Modified files:
lib/libc/regex : engine.c
Log message:
use reallocarray(NULL, a, b) instead of malloc(a, b), which gives us
proper mult int overflow detection. The existing code already handles
malloc failure properly, of course.
