mirror of https://git.musl-libc.org/git/musl
Browse Source
dynamic-allocation of the structure is not valid; it can crash an application if malloc fails. since localeconv is not specified to have failure conditions, the object needs to have static storage duration. need to review whether all the values are right or not still..rs-1.0
1 changed files with 28 additions and 15 deletions
Loading…
Reference in new issue