Skip to content
Snippets Groups Projects

add Context out of bounds write test

Merged Florian Fischer requested to merge aj46ezos/emper:guard-page into master
All threads resolved!
Compare changes
  • Side-by-side
  • Inline
Files
5
  • EMPER's Runtime now installs the SIGSEGV handler that checks if the
    segmentation fault was caused by hitting the guard page. If the guard
    page was hit, then the handler prints an error message.
    
    Also make ContextOutOfBoundsTest more robust by not creating an
    infinite recursion, which may be optmized out by the compiler.
Loading