- djm@cvs.openbsd.org 2007/05/31 23:34:29

[packet.c]
     gc unreachable code; spotted by Tavis Ormandy
This commit is contained in:
Darren Tucker 2007-06-05 18:28:20 +10:00
parent aa4d5eda10
commit a394f9913c
2 changed files with 5 additions and 3 deletions

View File

@ -12,6 +12,9 @@
ssh-keygen.1 ssh-keyscan.1 ssh-add.1 sshd.8 ssh.1 ssh-keysign.8]
convert to new .Dd format;
(We will need to teach mdoc2man.awk to understand this too.)
- djm@cvs.openbsd.org 2007/05/31 23:34:29
[packet.c]
gc unreachable code; spotted by Tavis Ormandy
20070520
- (dtucker) OpenBSD CVS Sync
@ -2955,4 +2958,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.4673 2007/06/05 08:27:13 dtucker Exp $
$Id: ChangeLog,v 1.4674 2007/06/05 08:28:20 dtucker Exp $

View File

@ -1,4 +1,4 @@
/* $OpenBSD: packet.c,v 1.145 2006/09/19 21:14:08 markus Exp $ */
/* $OpenBSD: packet.c,v 1.146 2007/05/31 23:34:29 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@ -1235,7 +1235,6 @@ packet_read_poll_seqnr(u_int32_t *seqnr_p)
logit("Received disconnect from %s: %.400s",
get_remote_ipaddr(), msg);
cleanup_exit(255);
xfree(msg);
break;
default:
if (type)