mirror of https://git.musl-libc.org/git/musl
Browse Source
this function is specified to leave the last byte with "unspecified disposition" when the length is odd, so for the most part correct programs should not be calling swab with odd lengths. however, doing so is permitted, and should not write past the end of the destination buffer.master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue