No need to initialize the first element of st->string since it was just
authorclaudio <claudio@openbsd.org>
Tue, 11 Jul 2023 12:14:16 +0000 (12:14 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 11 Jul 2023 12:14:16 +0000 (12:14 +0000)
commiteafe02333fabde69dc8cc7692884e2b75b82e041
tree669a6e7df13b4a36d2a65a2b4e70698e241c2d02
parent5c10583e9bf03b9b2fae2690aa577f3d7adf7bc8
No need to initialize the first element of st->string since it was just
calloc(3)-ed a few lines above.
OK tb@
lib/libc/stdio/open_memstream.c
lib/libc/stdio/open_wmemstream.c