Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 88537
Collapse All | Expand All

(-)ijb20.orig/filters.c (-1 / +1 lines)
Lines 650-660 Link Here
650
650
651
char *
651
char *
652
ij_untrusted_url(struct http_request *http, struct client_state *csp)
652
ij_untrusted_url(struct http_request *http, struct client_state *csp)
653
{
653
{
654
	int n;
654
	int n;
655
	char *hostport, *path, *p, *v[9];
655
	char *hostport, *path, *referrer, *p, *v[9];
656
	char buf[BUFSIZ];
656
	char buf[BUFSIZ];
657
	struct url_spec **tl, *t;
657
	struct url_spec **tl, *t;
658
658
659
659
660
	char *template =
660
	char *template =

Return to bug 88537