mirror of https://git.musl-libc.org/git/musl
Browse Source
when the size argument was zero but nmemb was nonzero, these functions were returning nmemb, despite no data having been written. conceptually this is not wrong, but the standard requires a return value of zero in this case.master
2 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue