Bugzilla – Attachment 1586 Details for
Bug 1522
MaxSessions=0 causes client to hang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
call cleanup handlers on channel open failures
channels-input-fail-cleanup.diff (text/plain), 552 bytes, created by
Damien Miller
on 2008-12-08 10:05:34 AEDT
(
hide
)
Description:
call cleanup handlers on channel open failures
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2008-12-08 10:05:34 AEDT
Size:
552 bytes
patch
obsolete
>Index: channels.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/channels.c,v >retrieving revision 1.289 >diff -u -p -r1.289 channels.c >--- channels.c 2 Dec 2008 19:09:38 -0000 1.289 >+++ channels.c 7 Dec 2008 23:02:59 -0000 >@@ -2289,8 +2289,8 @@ channel_input_open_failure(int type, u_i > xfree(lang); > } > packet_check_eom(); >- /* Free the channel. This will also close the socket. */ >- channel_free(c); >+ /* Schedule the channel for cleanup/deletion. */ >+ chan_mark_dead(c); > } > > /* ARGSUSED */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1522
: 1586