mirror of https://git.musl-libc.org/git/musl
Browse Source
the va_arg call for the argv[]-terminating null pointer was missing, so this pointer was being wrongly used as the environment pointer. issue reported by Timo Teräs. proposed patch slightly modified to simplify the resulting code.rs-1.0
1 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue