CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/17 08:53:08
Modified files:
lib/libc/stdio : asprintf.c fgetln.c open_memstream.c
vasprintf.c
Log message:
Use recallocarray() to avoid leaving detritus in memory when resizing
buffers. We don't bother doing this for objects containing pointers,
but focus on controllable data.
ok millert
