if i do a "paxtest kiddie" or "paxtest blackhat"
on i386 (amd athlon-xp)
i get result:
strcpy() bad luck, try different compiler settings
seems like paxtest compiled wrong?
should this test work to ensure pax working correctly?
what paxtest version is this? i think the latest from the PaX test directory shouldn't produce this on i386.cpruefer wrote:if i do a "paxtest kiddie" or "paxtest blackhat"
on i386 (amd athlon-xp)
i get result:
strcpy() bad luck, try different compiler settings
seems like paxtest compiled wrong?
the return-to-libc tests are supposed to fail, so you shouldn't lose any sleep over them anyway.should this test work to ensure pax working correctly?
that's actually a bug in the makefile, ssp is supposed to be disabled and the tests should show vulnerability (remember that paxtest tests, well, PaX, not other solutions and we have no deterministic protection against ret2libc attacks yet).cpruefer wrote:with paxtest-0.9.7-pre4
EVERYTHING is FINE!!!
now i get a "stack smashing detected" on both strcpy, memcpy tests...
the makefiles are sort of messy, fixing them is on the ever-growing todo list...just one remark: with makefile for gentoo building breaks
make generic works...