summaryrefslogtreecommitdiff
path: root/lib/libc_r
diff options
context:
space:
mode:
authorThierry Deval <tdeval@cvs.openbsd.org>2001-10-30 17:01:08 +0000
committerThierry Deval <tdeval@cvs.openbsd.org>2001-10-30 17:01:08 +0000
commitcff78495d772d9c669dc7124429f3ac11c072502 (patch)
tree7c635534b43b1023f401d24251f157a5405b66c7 /lib/libc_r
parentf6c16da93ee22d0e0e6fc7df6358728fab7778a0 (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_r')
-rw-r--r--lib/libc_r/shlib_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/shlib_version b/lib/libc_r/shlib_version
index 1394f4e4035..689bf7b8582 100644
--- a/lib/libc_r/shlib_version
+++ b/lib/libc_r/shlib_version
@@ -1,2 +1,2 @@
major=6
-minor=1
+minor=2