diff options
author | 2001-10-30 17:01:07 +0000 | |
---|---|---|
committer | 2001-10-30 17:01:07 +0000 | |
commit | a2440a82cd4803f90b2b454ec7a08ae5abf124b6 (patch) | |
tree | c73de485ebe5d3636f5979bf400fa7b2ed9afb50 /lib/libc_r | |
parent | correct realloc() misuse (diff) | |
download | wireguard-openbsd-a2440a82cd4803f90b2b454ec7a08ae5abf124b6.tar.xz wireguard-openbsd-a2440a82cd4803f90b2b454ec7a08ae5abf124b6.zip |
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_version | 2 |
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 |