diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-12-23 02:00:23 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-12-23 02:00:23 +0000 |
commit | 44adb8fed9214d209eb8d7d47d5adb053c69f190 (patch) | |
tree | 16ca85f439875b40ccd936e4e943817cb901894a /ChangeLog | |
parent | ab1c12a11c0c05223405a814d39281b5b0b9b712 (diff) |
- fgsch@cvs.openbsd.org 2002/11/15 10:03:09
[authfile.c]
lseek(2) may return -1 when getting the public/private key lenght.
Simplify the code and check for errors using fstat(2).
Problem reported by Mauricio Sanchez, markus@ ok.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ | |||
1 | 20021222 | ||
2 | - (bal) OpenBSD CVS Sync | ||
3 | - fgsch@cvs.openbsd.org 2002/11/15 10:03:09 | ||
4 | [authfile.c] | ||
5 | lseek(2) may return -1 when getting the public/private key lenght. | ||
6 | Simplify the code and check for errors using fstat(2). | ||
7 | |||
8 | Problem reported by Mauricio Sanchez, markus@ ok. | ||
9 | |||
1 | 20021205 | 10 | 20021205 |
2 | - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org | 11 | - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org |
3 | 12 | ||
@@ -832,4 +841,4 @@ | |||
832 | save auth method before monitor_reset_key_state(); bugzilla bug #284; | 841 | save auth method before monitor_reset_key_state(); bugzilla bug #284; |
833 | ok provos@ | 842 | ok provos@ |
834 | 843 | ||
835 | $Id: ChangeLog,v 1.2515 2002/12/05 09:59:33 djm Exp $ | 844 | $Id: ChangeLog,v 1.2516 2002/12/23 02:00:23 mouring Exp $ |