CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2024/03/13 05:18:42
Modified files: regress/usr.bin/lastcomm: gadget.S Log message: Add endbr64/bti instruction at the start of the gadget, otherwise we'll get a SIGILL when the gadget gets call. Fix the instruction that sets the syscall number on arm64. ok anton@, deraadt@