Bugzilla – Attachment 848 Details for
Bug 996
Fatal error in xfree() when scp invokes ssh with a LocalForward config
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
minimal patch
patch.txt (text/plain), 605 bytes, created by
Craig Leres
on 2005-03-10 12:58:52 AEDT
(
hide
)
Description:
minimal patch
Filename:
MIME Type:
Creator:
Craig Leres
Created:
2005-03-10 12:58:52 AEDT
Size:
605 bytes
patch
obsolete
>*** readconf.c 2005/03/10 01:14:19 1.1 >--- readconf.c 2005/03/10 01:51:10 >*************** >*** 253,259 **** > int i; > > for (i = 0; i < options->num_local_forwards; i++) { >! xfree(options->local_forwards[i].listen_host); > xfree(options->local_forwards[i].connect_host); > } > options->num_local_forwards = 0; >--- 253,260 ---- > int i; > > for (i = 0; i < options->num_local_forwards; i++) { >! if (options->local_forwards[i].listen_host != NULL) >! xfree(options->local_forwards[i].listen_host); > xfree(options->local_forwards[i].connect_host); > } > options->num_local_forwards = 0;
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 996
:
848
|
849
|
850