Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setup: change init code sanitize pattern to 0xcc
Don't sanitize the init code region with zeros as these decode to valid instructions if %rax points to mapped memory. Instead use 0xcc which would trap if we ever would return to an address in that range. Signed-off-by: Mathias Krause <[email protected]>
- Loading branch information