CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/20 23:19:51
Modified files:
usr.bin/aucat : aucat.c
Log message:
Use reallocarray in place of malloc(a * b) to handle possible
overflow in multiplication of malloc argument.
