mirror of https://git.musl-libc.org/git/musl
Browse Source
the value computed as an output limit that bounds the amount of input consumed below the input limit was incorrectly being used as the actual amount of input consumed. instead, compute the actual amount of input consumed as a difference of pointers before and after the conversion. patch by Mikhail Kremnyov.master
2 changed files with 6 additions and 2 deletions
Loading…
Reference in new issue