summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordjm <djm>2014-04-20 02:58:04 +0000
committerdjm <djm>2014-04-20 02:58:04 +0000
commitbd7276772520dd36f2ac7f32d2e4d416488e2874 (patch)
tree3a0e0eef81b279bf7efae65bfcfd657d8ff3d91a /ChangeLog
parentf07aa2b8e247dc44328aed5c8c940f2ce466fc98 (diff)
downloadopenssh-bd7276772520dd36f2ac7f32d2e4d416488e2874.tar.gz
- 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 9cbc1cef..97c25333 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+20140420
+ - OpenBSD CVS Sync
+ - 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.
+
20140401
- (djm) On platforms that support it, use prctl() to prevent sftp-server
from accessing /proc/self/{mem,maps}; patch from jann AT thejh.net