File: randstack2.c

package info (click to toggle)
paxtest 0.9.7-pre4-2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 360 kB
  • ctags: 163
  • sloc: ansic: 981; makefile: 708; asm: 53; sh: 49
file content (12 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
/* randstack.c - Tests the randomisation of the stack pointer.
 * 
 * Copyright (c)2003 by Peter Busser <peter@adamantix.org>
 * This file has been released under the GNU Public Licence version 2 or later
 */

#ifndef RUNDIR
#error RUNDIR not defined
#endif

const char testname[] = "Stack randomisation test (PAGEEXEC)      ";
const char testprog[] = RUNDIR"/getstack2";