Edit

IABSD.fr/src/libexec/ld.so

Branch :

  • Show log

    Commit

  • Author : deraadt
    Date : 2025-05-08 13:57:20
    Hash : 278cc48c
    Message : Some of architectures do not us the stack protector (for example, retguard or hppa with reverse stack). So they do not call __stack_smash_handler(), and do not call sendsyslog(2). On those architectures, we can onditionally remove the syscall stub (which also removes it from the pinsyscalls table), and the stack protector handler. ok miod