commit | e06f6cc64bfc69f90c170bdfaa3b1d7a34cb0f79 | [log] [tgz] |
---|---|---|
author | Martin Storsjö <martin@martin.st> | Thu Jul 31 15:28:34 2025 +0300 |
committer | Martin Storsjö <martin@martin.st> | Fri Aug 01 19:53:07 2025 +0300 |
tree | b946d2167089aff853196eb78e97b5211b9120bd | |
parent | 9026f54c13e51441c3fc6f8ddbdeec5eeb89f6b3 [diff] |
crt: Fix the size passed to _vsnwprintf in emu__vscwprintf The parameter to _vsnwprintf is a number of wchar_t's, not a number of bytes. Reported-by: Julien Vary <julienvary@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>