mirror of https://git.musl-libc.org/git/musl
Browse Source
printf was not printing too many characters, but it was reading one too many wchar_t elements from the input. this could lead to crashes if running off the page, or spurious failure if the conversion of the extra wchar_t resulted in EILSEQ.rs-1.0
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue