mirror of https://git.musl-libc.org/git/musl
Browse Source
the zero initialization is redundant since decode_vec does its own clearing, and it increases the risk that buggy compilers will generate calls to memset. as long as symbols are bound at ld time, such a call will not break anything, but it may be desirable to turn off ld-time binding in the future.master
1 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue