diff options
author | Damien Miller <djm@mindrot.org> | 2006-07-10 22:19:53 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-07-10 22:19:53 +1000 |
commit | 3d1a9f4d5dfed0d2607b7cb36e1608255a669a17 (patch) | |
tree | aae62c88613c8f1ffade3be2d5b8722cce03fb30 /ChangeLog | |
parent | a1738e4c65108b9c549c66c3a668a04b86c1530c (diff) |
- djm@cvs.openbsd.org 2006/07/10 12:03:20
[scp.c]
duplicate argv at the start of main() because it gets modified later;
pointed out by deraadt@ ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -87,6 +87,11 @@ | |||
87 | [openbsd-compat/mktemp.c openbsd-compat/openbsd-compat.h] | 87 | [openbsd-compat/mktemp.c openbsd-compat/openbsd-compat.h] |
88 | [openbsd-compat/port-tun.c openbsd-compat/readpassphrase.c] | 88 | [openbsd-compat/port-tun.c openbsd-compat/readpassphrase.c] |
89 | [openbsd-compat/xcrypt.c] Fix includes.h fallout, mainly fcntl.h | 89 | [openbsd-compat/xcrypt.c] Fix includes.h fallout, mainly fcntl.h |
90 | - OpenBSD CVS Sync | ||
91 | - djm@cvs.openbsd.org 2006/07/10 12:03:20 | ||
92 | [scp.c] | ||
93 | duplicate argv at the start of main() because it gets modified later; | ||
94 | pointed out by deraadt@ ok markus@ | ||
90 | 95 | ||
91 | 20060706 | 96 | 20060706 |
92 | - (dtucker) [configure.ac] Try AIX blibpath test in different order when | 97 | - (dtucker) [configure.ac] Try AIX blibpath test in different order when |
@@ -4820,4 +4825,4 @@ | |||
4820 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 4825 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
4821 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 4826 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
4822 | 4827 | ||
4823 | $Id: ChangeLog,v 1.4381 2006/07/10 11:33:04 djm Exp $ | 4828 | $Id: ChangeLog,v 1.4382 2006/07/10 12:19:53 djm Exp $ |