summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-09-19 20:56:51 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-09-19 20:56:51 +1000
commitc11b1e84204e0ff449e9f3c50b990264a54f8921 (patch)
tree629451b8be69fcf9386ac1f7644c8b583b22c3b7 /ChangeLog
parent91acbf211c2d7508155daf75461435333254093a (diff)
- (dtucker) [session.c] Bug #643: Fix size_t -> u_int and fix null deref
when /etc/default/login doesn't exist or isn't readable. Fixes from jparsons-lists at saffron.net and georg.oppenberg at deu mci com.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dd2609ae..fddf3314 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
- (djm) Bug #646: Fix location of x11-ssh-askpass; Jim
- (dtucker) [openbsd-compat/port-aix.h] Bug #640: Don't include audit.h
unless required. Reorder to reduce warnings.
+ - (dtucker) [session.c] Bug #643: Fix size_t -> u_int and fix null deref
+ when /etc/default/login doesn't exist or isn't readable. Fixes from
+ jparsons-lists at saffron.net and georg.oppenberg at deu mci com.
20030918
- (djm) Bug #652: Fix empty password auth
@@ -1129,4 +1132,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
-$Id: ChangeLog,v 1.3006 2003/09/19 10:43:38 dtucker Exp $
+$Id: ChangeLog,v 1.3007 2003/09/19 10:56:51 dtucker Exp $