summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-10-10 15:03:58 +1000
committerDamien Miller <djm@mindrot.org>2001-10-10 15:03:58 +1000
commit4623a754624624523ef2f50ba8647cad7f31d992 (patch)
tree15191803247f8fcc963b1b7b62989d90a7b84f33 /ChangeLog
parent058655ccedb9cdad84be346bce7416454e45a598 (diff)
- markus@cvs.openbsd.org 2001/10/07 17:49:40
[channels.c channels.h] avoid possible FD_ISSET overflow for channels established during channnel_after_select() (used for dynamic channels).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d125c1ad4..2271b76ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,10 @@
21 - markus@cvs.openbsd.org 2001/10/07 10:29:52 21 - markus@cvs.openbsd.org 2001/10/07 10:29:52
22 [authfile.c] 22 [authfile.c]
23 grammer; Matthew_Clarke@mindlink.bc.ca 23 grammer; Matthew_Clarke@mindlink.bc.ca
24 - markus@cvs.openbsd.org 2001/10/07 17:49:40
25 [channels.c channels.h]
26 avoid possible FD_ISSET overflow for channels established
27 during channnel_after_select() (used for dynamic channels).
24 28
2520011007 2920011007
26 - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys. 30 - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.
@@ -6666,4 +6670,4 @@
6666 - Wrote replacements for strlcpy and mkdtemp 6670 - Wrote replacements for strlcpy and mkdtemp
6667 - Released 1.0pre1 6671 - Released 1.0pre1
6668 6672
6669$Id: ChangeLog,v 1.1591 2001/10/10 05:03:36 djm Exp $ 6673$Id: ChangeLog,v 1.1592 2001/10/10 05:03:58 djm Exp $