summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-03-04 09:35:17 +1100
committerDamien Miller <djm@mindrot.org>2014-03-04 09:35:17 +1100
commit8569eba5d7f7348ce3955eeeb399f66f25c52ece (patch)
tree76d21af5de19f44ccc95ce5900f293ab84eb605a /ChangeLog
parent2476c31b96e89aec7d4e73cb6fbfb9a4290de3a7 (diff)
downloadopenssh-git-8569eba5d7f7348ce3955eeeb399f66f25c52ece.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@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa0453c8..e49127bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+20140304
+ - 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@
+
20140301
- (djm) [regress/Makefile] Disable dhgex regress test; it breaks when
no moduli file exists at the expected location.