summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-10-24 03:01:56 +1000
committerDamien Miller <djm@mindrot.org>2006-10-24 03:01:56 +1000
commit990b1a80b59eb52ae401ed28b0e3a4d5a0963661 (patch)
tree616cc11e14c1a3e889ae26167a6d681f5b0cc18e
parent952dce6593720a5f24d556a3ec53126d041d28ab (diff)
- djm@cvs.openbsd.org 2006/10/09 23:36:11
[session.c] xmalloc -> xcalloc that was missed previously, from portable (NB. Id sync only for portable, obviously)
-rw-r--r--ChangeLog6
-rw-r--r--session.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8109dd67..ca25e786 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,10 @@
[ssh-agent.c ssh-keyscan.c ssh.c]
sys/resource.h needs sys/time.h; prompted by brad@
(NB. Id sync only for portable)
+ - djm@cvs.openbsd.org 2006/10/09 23:36:11
+ [session.c]
+ xmalloc -> xcalloc that was missed previously, from portable
+ (NB. Id sync only for portable, obviously)
20061018
- (dtucker) OpenBSD CVS Sync
@@ -2550,4 +2554,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
-$Id: ChangeLog,v 1.4574 2006/10/23 17:01:16 djm Exp $
+$Id: ChangeLog,v 1.4575 2006/10/23 17:01:56 djm Exp $
diff --git a/session.c b/session.c
index 15c5ca9a..69153ad1 100644
--- a/session.c
+++ b/session.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: session.c,v 1.219 2006/08/29 10:40:19 djm Exp $ */
+/* $OpenBSD: session.c,v 1.220 2006/10/09 23:36:11 djm Exp $ */
/*
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
* All rights reserved