Files
semi-libc/src/ldso
Rich Felker fead7e3fc0 fix missing bss handling in FDPIC ELF loader
when a library being loaded has bss (i.e. data segment with
p_memsz>p_filesz), this region needs to be zeroed with a combination
of memset and/or mmap. the regular ELF loader always did this but the
FDPIC code path omitted it, leading to objects in bss having
uninitialized/junk contents.
2015-10-28 21:45:31 -04:00
..
2015-04-17 22:19:01 -04:00