mirror of https://git.musl-libc.org/git/musl
Browse Source
reportedly the GNU linker can emit such segments, causing spurious failure to load due to mmap with a length of zero producing EINVAL. no action is required for such a load map (it's effectively a nop in the program headers table) so just treat it as always successful.master
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue