Edit

IABSD.fr/src/libexec/ld.so

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2019-12-09 23:15:03
    Hash : f7d771ca
    Message : When loading a library, mmap(2) may fail. Then everything gets unmapped and ld.so tries again with different random address layout. In this case, use the new libc executable address for msyscall(2), not one from the first try. Fixes sporadic bogus syscall on i386. OK deraadt@