Edit

IABSD.fr/src/gnu

Branch :

  • Show log

    Commit

  • Author : deraadt
    Date : 2023-04-26 22:12:44
    Hash : 80e1ae21
    Message : On openbsd amd64, the compiler has been found to generate some nasty jump table variations (calculate address into %rax, jmp %rax) which is not compatible with IBT endbr64. The specific generated code sequence was found inside clang, which made the debugging experience pretty miserable. So we will have to disable jump tables by default. ok kettenis