-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Neither software or hardware revoker were scanning enough of memory, as revealed by the tests in the previous commit. To fix this we move all the mutable data (which needs to be swept) into a single contigous range bounded by __revoker_scan_start and __export_mem_heap_end. The software revoker is currently set up to scan multiple disjoint regions (stack, heap etc) but we now only need to use one, which is not the same as the hardware revoker. This revealed a problem in the loader where it was not using imprecise set bounds as intended.
- Loading branch information
Showing
4 changed files
with
47 additions
and
71 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
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
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
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