mirror of https://git.musl-libc.org/git/musl
Browse Source
the swprintf write callback never reset its buffer pointers, so after its 256-byte buffer filled up, it would keep repeating those bytes over and over in the output until the destination buffer filled up. it also failed to set the error indicator for the stream on EILSEQ, potentially allowing output to continue after the error.master
1 changed files with 8 additions and 1 deletions
Loading…
Reference in new issue