mirror of https://git.musl-libc.org/git/musl
Browse Source
invalid format strings invoke undefined behavior, so this is not a conformance issue, but it's nicer for scanf to report the error safely instead of calling free on a potentially-uninitialized pointer or a pointer to memory belonging to the caller.rs-1.0
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue