CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/11 06:14:16
Modified files:
lib/libc/stdio : open_memstream.c open_wmemstream.c
Log message:
No need to initialize the first element of st->string since it was just
calloc(3)-ed a few lines above.
OK tb@
