Bugzilla – Attachment 1962 Details for
Bug 1842
bug in client_input_channel_req causes segmentation violation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch solving the problem
clientloop.diff (text/plain), 544 bytes, created by
Damien Miller
on 2010-11-24 10:09:47 AEDT
(
hide
)
Description:
Patch solving the problem
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2010-11-24 10:09:47 AEDT
Size:
544 bytes
patch
obsolete
>Index: clientloop.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/clientloop.c,v >retrieving revision 1.225 >diff -u -p -r1.225 clientloop.c >--- clientloop.c 21 Nov 2010 01:01:13 -0000 1.225 >+++ clientloop.c 23 Nov 2010 23:09:19 -0000 >@@ -1915,7 +1915,7 @@ client_input_channel_req(int type, u_int > } > packet_check_eom(); > } >- if (reply) { >+ if (reply && c != NULL) { > packet_start(success ? > SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE); > packet_put_int(c->remote_id);
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
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 1842
: 1962