diff options
author | djm <djm> | 2014-04-20 02:58:04 +0000 |
---|---|---|
committer | djm <djm> | 2014-04-20 02:58:04 +0000 |
commit | bd7276772520dd36f2ac7f32d2e4d416488e2874 (patch) | |
tree | 3a0e0eef81b279bf7efae65bfcfd657d8ff3d91a /ChangeLog | |
parent | f07aa2b8e247dc44328aed5c8c940f2ce466fc98 (diff) | |
download | openssh-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |