Bugzilla – Attachment 1365 Details for
Bug 1378
incorrect port check in parse_forward()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for the bug
parse-fwd-port-processing.patch (text/plain), 288 bytes, created by
Jan Pechanec
on 2007-10-23 03:43:38 AEST
(
hide
)
Description:
fix for the bug
Filename:
MIME Type:
Creator:
Jan Pechanec
Created:
2007-10-23 03:43:38 AEST
Size:
288 bytes
patch
obsolete
>--- readconf.c Mon Oct 22 19:35:14 2007 >+++ readconf.c.new Mon Oct 22 19:34:02 2007 >@@ -1255,7 +1255,7 @@ > > xfree(p); > >- if (fwd->listen_port == 0 && fwd->connect_port == 0) >+ if (fwd->listen_port == 0 || fwd->connect_port == 0) > goto fail_free; > > if (fwd->connect_host != NULL &&
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 1378
: 1365