diff options
author | Damien Miller <djm@mindrot.org> | 2006-07-10 22:21:02 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-07-10 22:21:02 +1000 |
commit | 0f07707267fd3911bcf95b48125b522f9e222c64 (patch) | |
tree | ce7782a08b80f1b0f949f42205e899bea2d17288 /ChangeLog | |
parent | 3d1a9f4d5dfed0d2607b7cb36e1608255a669a17 (diff) |
- djm@cvs.openbsd.org 2006/07/10 12:08:08
[channels.c]
fix misparsing of SOCKS 5 packets that could result in a crash;
reported by mk@ ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -92,6 +92,10 @@ | |||
92 | [scp.c] | 92 | [scp.c] |
93 | duplicate argv at the start of main() because it gets modified later; | 93 | duplicate argv at the start of main() because it gets modified later; |
94 | pointed out by deraadt@ ok markus@ | 94 | pointed out by deraadt@ ok markus@ |
95 | - djm@cvs.openbsd.org 2006/07/10 12:08:08 | ||
96 | [channels.c] | ||
97 | fix misparsing of SOCKS 5 packets that could result in a crash; | ||
98 | reported by mk@ ok markus@ | ||
95 | 99 | ||
96 | 20060706 | 100 | 20060706 |
97 | - (dtucker) [configure.ac] Try AIX blibpath test in different order when | 101 | - (dtucker) [configure.ac] Try AIX blibpath test in different order when |
@@ -4825,4 +4829,4 @@ | |||
4825 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 4829 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
4826 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 4830 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
4827 | 4831 | ||
4828 | $Id: ChangeLog,v 1.4382 2006/07/10 12:19:53 djm Exp $ | 4832 | $Id: ChangeLog,v 1.4383 2006/07/10 12:21:02 djm Exp $ |