-
Notifications
You must be signed in to change notification settings - Fork 687
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These tests were skipped because we weren't installing paxtest by default. Let's just install it as part of the test run. Removes the skip-in-prod marker, so that these checks can be used as part of QA on hardware. Updates the logic to be distro-specific. Removes paxtest after test run We don't install it by default, and it's only useful in QA, so let's have the test-only dependency automatically cleaned up after install.
- Loading branch information
Conor Schaefer
committed
Mar 30, 2021
1 parent
480cf77
commit 14ea71e
Showing
2 changed files
with
61 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Executable anonymous mapping : Killed | ||
Executable bss : Killed | ||
Executable data : Killed | ||
Executable heap : Killed | ||
Executable stack : Killed | ||
Executable shared library bss : Killed | ||
Executable shared library data : Killed | ||
Executable anonymous mapping (mprotect) : Killed | ||
Executable bss (mprotect) : Killed | ||
Executable data (mprotect) : Killed | ||
Executable heap (mprotect) : Killed | ||
Executable stack (mprotect) : Killed | ||
Executable shared library bss (mprotect) : Killed | ||
Executable shared library data (mprotect): Killed | ||
Return to function (strcpy) : paxtest: return address contains a NULL byte. | ||
Return to function (memcpy) : {{ memcpy_result }} | ||
Return to function (strcpy, PIE) : paxtest: return address contains a NULL byte. | ||
Return to function (memcpy, PIE) : {{ memcpy_result }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters