From Fedora Project Wiki
Description
This test case verifies that execshield is correctly implemented for Fedora Xen DomU.
How to test
- Download this File:Xen-domu-execshield-invalid.c file into the domU.
- Compile the test case with
$> gcc test.c
- Inside the guest, run
$> ./a.out
Expected Results
- The application should immediately SEGV.