diff options
author | Rich Felker <dalias@aerifal.cx> | 2015-04-13 22:38:18 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2015-04-13 22:38:18 -0400 |
commit | f4f9562cc963181ca0ea04fbe6d31f4ca14a5d8c (patch) | |
tree | 8dc04782f4be80d2b1e289cc07817be187123871 /src/legacy | |
parent | 1ef849c6ec6a4e30badc844371cdf1b9eedfba57 (diff) | |
download | musl-f4f9562cc963181ca0ea04fbe6d31f4ca14a5d8c.tar.gz |
remove initializers for decoded aux/dyn arrays in dynamic linker
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.
Diffstat (limited to 'src/legacy')
0 files changed, 0 insertions, 0 deletions