CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/17 10:06:33
Modified files:
lib/libc/stdio : fvwrite.c
Log message:
Use recallocarray() to avoid leaving detritus in memory when resizing
the string buffer used by asprintf() and vasprintf(). OK deraadt@
