From Fedora Project Wiki

Revision as of 12:57, 4 May 2009 by Clalance (talk | contribs)

Description

This test case verifies that execshield is correctly implemented for Fedora Xen DomU.


How to test

  1. Download this File:Xen-domu-execshield-invalid.c file into the domU.
  2. Compile the test case with
    $> gcc test.c
  3. Inside the guest, run
    $> ./a.out

Expected Results

  1. The application should immediately SEGV.