- djm@cvs.openbsd.org 2012/01/07 21:11:36

[mux.c]
     fix double-free in new session handler
     NB. Id sync only
This commit is contained in:
Damien Miller 2012-06-20 21:50:47 +10:00
parent 140df63e1f
commit ac58ce86e6
2 changed files with 5 additions and 1 deletions

View File

@ -12,6 +12,10 @@
> fix bz#1948: ssh -f doesn't fork for multiplexed connection.
> ok dtucker@
it interacts badly with ControlPersist
- djm@cvs.openbsd.org 2012/01/07 21:11:36
[mux.c]
fix double-free in new session handler
NB. Id sync only
20120519
- (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch

2
mux.c
View File

@ -1,4 +1,4 @@
/* $OpenBSD: mux.c,v 1.33 2011/12/04 23:16:12 djm Exp $ */
/* $OpenBSD: mux.c,v 1.34 2012/01/07 21:11:36 djm Exp $ */
/*
* Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org>
*