From: Fabian Keil Date: Mon, 26 May 2008 16:23:19 +0000 (+0000) Subject: - Fix spelling in template-not-found message. X-Git-Tag: v_3_0_9~61 X-Git-Url: http://www.privoxy.org/gitweb/%40default-cgi%40edit-actions?a=commitdiff_plain;h=293c60b328abf1a73336fe73954425e9400e292c;p=privoxy.git - Fix spelling in template-not-found message. - Declare referrer_is_safe()'s alternative_prefix[] static. --- diff --git a/cgi.c b/cgi.c index 19161082..8a0ce49e 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -const char cgi_rcs[] = "$Id: cgi.c,v 1.105 2008/04/17 14:40:47 fabiankeil Exp $"; +const char cgi_rcs[] = "$Id: cgi.c,v 1.106 2008/05/21 15:24:38 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgi.c,v $ @@ -38,6 +38,9 @@ const char cgi_rcs[] = "$Id: cgi.c,v 1.105 2008/04/17 14:40:47 fabiankeil Exp $" * * Revisions : * $Log: cgi.c,v $ + * Revision 1.106 2008/05/21 15:24:38 fabiankeil + * Mark csp as immutable for a bunch of functions. + * * Revision 1.105 2008/04/17 14:40:47 fabiankeil * Provide get_http_time() with the buffer size so it doesn't * have to blindly assume that the buffer is big enough. @@ -963,7 +966,7 @@ static char *grep_cgi_referrer(const struct client_state *csp) static int referrer_is_safe(const struct client_state *csp) { char *referrer; - const char alternative_prefix[] = "http://" CGI_SITE_1_HOST "/"; + static const char alternative_prefix[] = "http://" CGI_SITE_1_HOST "/"; referrer = grep_cgi_referrer(csp); @@ -1675,7 +1678,7 @@ jb_err cgi_error_no_template(const struct client_state *csp, "

Privoxy encountered an error while processing your request:

\r\n" "

Could not load template file "; static const char body_suffix[] = - " or one of it's included components.

\r\n" + " or one of its included components.

\r\n" "

Please contact your proxy administrator.

\r\n" "

If you are the proxy administrator, please put the required file(s)" "in the (confdir)/templates directory. The "