Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 122652 Details for
Bug 182753
[patch] net-misc/httptunnel - fix broken --stdin-stdout option on net-misc/httptunnel, hts and htc write to stdin
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix the problem (caused by a broken check in the source)
httptunnel-3.3-fix_write_stdin.patch (text/plain), 541 bytes, created by
Israel G. Lugo
on 2007-06-21 02:08:47 UTC
(
hide
)
Description:
Patch to fix the problem (caused by a broken check in the source)
Filename:
MIME Type:
Creator:
Israel G. Lugo
Created:
2007-06-21 02:08:47 UTC
Size:
541 bytes
patch
obsolete
>diff -dur httptunnel-3.3/common.c httptunnel-3.3-fix_write_stdin/common.c >--- httptunnel-3.3/common.c 2001-02-25 12:45:41.000000000 +0100 >+++ httptunnel-3.3-fix_write_stdin/common.c 2007-06-20 21:38:54.000000000 +0200 >@@ -314,7 +314,7 @@ > > /* If fd == 0, then we are using --stdin-stdout so write to stdout, > * not fd. */ >- m = write_all (fd ? fd : 0, buf, (size_t)n); >+ m = write_all (fd ? fd : 1, buf, (size_t)n); > log_annoying ("write_all (%d, %p, %d) = %d", fd ? fd : 1, buf, n, m); > return m; > }
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 182753
: 122652