summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-04-20 12:58:04 +1000
committerDamien Miller <djm@mindrot.org>2014-04-20 12:58:04 +1000
commitc10bf4d051c97939b30a1616c0499310057d07da (patch)
tree5447779c3dee0569d04d25bc10fcd64fef547097 /ChangeLog
parentc2e49062faccbcd7135c40d1c78c5c329c58fc2e (diff)
- djm@cvs.openbsd.org 2014/03/03 22:22:30
[session.c] ignore enviornment variables with embedded '=' or '\0' characters; spotted by Jann Horn; ok deraadt@ Id sync only - portable already has this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cbc1cef1..97c253339 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
120140420
2 - OpenBSD CVS Sync
3 - djm@cvs.openbsd.org 2014/03/03 22:22:30
4 [session.c]
5 ignore enviornment variables with embedded '=' or '\0' characters;
6 spotted by Jann Horn; ok deraadt@
7 Id sync only - portable already has this.
8
120140401 920140401
2 - (djm) On platforms that support it, use prctl() to prevent sftp-server 10 - (djm) On platforms that support it, use prctl() to prevent sftp-server
3 from accessing /proc/self/{mem,maps}; patch from jann AT thejh.net 11 from accessing /proc/self/{mem,maps}; patch from jann AT thejh.net