Bugzilla – Attachment 2033 Details for
Bug 1889
bug in packet.c sometimes cause segfault
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch solving the problem
openssh-5.8p1-packet.patch (text/plain), 498 bytes, created by
jchadima
on 2011-04-21 06:33:09 AEST
(
hide
)
Description:
patch solving the problem
Filename:
MIME Type:
Creator:
jchadima
Created:
2011-04-21 06:33:09 AEST
Size:
498 bytes
patch
obsolete
>diff -up openssh-5.8p1/packet.c.packet openssh-5.8p1/packet.c >--- openssh-5.8p1/packet.c.packet 2011-04-05 13:29:06.998648899 +0200 >+++ openssh-5.8p1/packet.c 2011-04-05 13:30:32.967648596 +0200 >@@ -294,6 +294,8 @@ packet_connection_is_on_socket(void) > struct sockaddr_storage from, to; > socklen_t fromlen, tolen; > >+ if (!active_state) >+ return 0; > /* filedescriptors in and out are the same, so it's a socket */ > if (active_state->connection_in == active_state->connection_out) > return 1;
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 1889
:
2028
|
2032
| 2033 |
2395