CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/05 20:54:35
Modified files:
lib/libc/stdio : open_wmemstream.c
Log message:
Size is the number of wide characters, not the number of bytes.
The correct amount of memory was allocated but the stored size did
not match the allocation due to being multiplied by sizeof(wchar_t).
Spotted by Frank Denis using the Swival Security Scanner
OK deraadt@
