mirror of https://git.musl-libc.org/git/musl
Browse Source
to check whether flush due to line buffering is needed, the int-type character argument must be truncated to unsigned char for comparison. if the original value is subsequently passed to __overflow, it must be preserved, adding to register pressure. since it doesn't matter, truncate all uses so the original value is no longer live.master
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue