CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/04 13:18:48
Modified files:
sys/arch/amd64/amd64: codepatch.c
Log message:
Tweak codepatch_control_flow():
* it should be in .cptext so it gets unmapped when codepatching is done
* when doing a JMP, fill the area after it with INT3s instead of NOPs
ok deraadt@
