summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2007-01-14 21:20:30 +1100
committerDamien Miller <djm@mindrot.org>2007-01-14 21:20:30 +1100
commit742cc1c19420db71275d3e8ef9fb86d96a463a4b (patch)
tree61b5cae9a33024d83df25a46fb386819294f0fe5 /ChangeLog
parente67ac00b9b76f126eec0ec4f0fc02ae66b5a1ad7 (diff)
- (djm) [openbsd-compat/bsd-snprintf.c] Fix integer overflow in return
value of snprintf replacement, similar to bugs in various libc implementations. This overflow is not exploitable in OpenSSH. While I'm fiddling with it, make it a fair bit faster by inlining the append-char routine; ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bad97ecf0..7682c5c54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
120070114 120070114
2 - (dtucker) [ssh-keygen.c] av -> argv to match earlier sync. 2 - (dtucker) [ssh-keygen.c] av -> argv to match earlier sync.
3 - (djm) [openbsd-compat/bsd-snprintf.c] Fix integer overflow in return
4 value of snprintf replacement, similar to bugs in various libc
5 implementations. This overflow is not exploitable in OpenSSH.
6 While I'm fiddling with it, make it a fair bit faster by inlining the
7 append-char routine; ok dtucker@
3 8
420070105 920070105
5 - (djm) OpenBSD CVS Sync 10 - (djm) OpenBSD CVS Sync
@@ -2664,4 +2669,4 @@
2664 OpenServer 6 and add osr5bigcrypt support so when someone migrates 2669 OpenServer 6 and add osr5bigcrypt support so when someone migrates
2665 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 2670 passwords between UnixWare and OpenServer they will still work. OK dtucker@
2666 2671
2667$Id: ChangeLog,v 1.4604 2007/01/13 23:26:25 dtucker Exp $ 2672$Id: ChangeLog,v 1.4605 2007/01/14 10:20:30 djm Exp $