$ gcc -fPIC -pie -o aslr aslr.c
$ ./aslr stack
ok: ASLR of stack functional
$ ./aslr text
FAIL: ASLR not functional (text always at 0x555555554b98)
$ ./aslr heap
FAIL: ASLR not functional (heap always at 0x555555756010)

The last two did not fail in 2.6.20-5-generic (on x86 and x86_64).

** Attachment added: "aslr test"
   http://librarian.launchpad.net/6343494/aslr.c

-- 
[feisty regression] ASLR stopped working in 2.6.20-6
https://launchpad.net/bugs/83895

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to