summaryrefslogtreecommitdiff
path: root/games/bs
diff options
context:
space:
mode:
authorAriane van der Steldt <ariane@cvs.openbsd.org>2011-04-15 21:39:46 +0000
committerAriane van der Steldt <ariane@cvs.openbsd.org>2011-04-15 21:39:46 +0000
commit59923c29825f41832e3d6363d04c0e3f0c1b416d (patch)
tree0bf84717264d35832bb2b1d3a55da9dd4db0b4b4 /games/bs
parentfa619d7bd2e087182c8c00dac32225a414d6de0a (diff)
Remove wrong check.
HPPA longjmp tests that the env parameter < the current stack pointer. The test relies on the stack being at the end of the memory space. This test is wrong for a couple of reasons: - the main stack is at 0x78000000-0x80000000, but allocations between 0x80000000-0xc0000000 are available to the program, - pthread stacks may be at any place in the address space, allowing a heap-allocated env parameter to fail the check. ok deraadt@, kettenis@, guenther@ at least
Diffstat (limited to 'games/bs')
0 files changed, 0 insertions, 0 deletions