diff options
author | Thierry Deval <tdeval@cvs.openbsd.org> | 2001-10-30 17:01:08 +0000 |
---|---|---|
committer | Thierry Deval <tdeval@cvs.openbsd.org> | 2001-10-30 17:01:08 +0000 |
commit | cff78495d772d9c669dc7124429f3ac11c072502 (patch) | |
tree | 7c635534b43b1023f401d24251f157a5405b66c7 /lib/libc/shlib_version | |
parent | f6c16da93ee22d0e0e6fc7df6358728fab7778a0 (diff) |
mprotect allocations sized at 0 bytes. This will cause a fault for access
to such, permitting them to be discovered, instead of exploited as the ssh
crc insertion detector was. Idea by theo, written by tdeval.
Diffstat (limited to 'lib/libc/shlib_version')
-rw-r--r-- | lib/libc/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index e10615e1a3b..b7d2c248618 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ major=28 -minor=1 # note: remember to update minor in ../libc_r/shlib_version +minor=2 # note: remember to update minor in ../libc_r/shlib_version |