CVSROOT:        /cvs
Module name:    src
Changes by:     dera...@cvs.openbsd.org 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.

Reply via email to