Package: ffproxy
Version: 1.6-10
Severity: important

Dear Maintainer,

You can easily reproduce the segfault with this settings:
  log_all_requests yes
  unrestricted_connect yes

Now access to a non https site throught the ffproxy. The child who manage the
request *may* crash.

Is easier to understand just taking a look to the patch:
--- ffproxy-1.6.orig/request.c
+++ ffproxy-1.6/request.c
@@ -91,7 +91,7 @@ keep_alive:
                                                        r.host, clinfo->name, 
clinfo->ip);
                                        else
                                                info("CONNECT to host (%s:%d) 
from (%s) [%s]",
-                                                       r.host, r.port, 
clinfo->ip);
+                                                       r.host, r.port, 
clinfo->name, clinfo->ip);
                                }
                                i = do_request(cl, &r);
                                switch (i) {

Regards


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to