forked from openssh/openssh-portable
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] 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.
- Loading branch information
Showing
2 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
20021222 | ||
- (bal) OpenBSD CVS Sync | ||
- [email protected] 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. | ||
|
||
20021205 | ||
- (djm) PERL-free fixpaths from [email protected] | ||
|
||
|
@@ -832,4 +841,4 @@ | |
save auth method before monitor_reset_key_state(); bugzilla bug #284; | ||
ok provos@ | ||
|
||
$Id: ChangeLog,v 1.2515 2002/12/05 09:59:33 djm Exp $ | ||
$Id: ChangeLog,v 1.2516 2002/12/23 02:00:23 mouring Exp $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters