1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/www/w3c-httpd/files/patch-ca

13 lines
362 B
Plaintext
Raw Normal View History

--- Daemon/Implementation/CGIParse.c.orig Wed Jun 3 12:38:15 1998
+++ Daemon/Implementation/CGIParse.c Wed Jun 3 12:38:41 1998
@@ -293,7 +293,8 @@
*cur = 0;
if (init) {
- printf("QUERY_STRING='%s'; export QUERY_STRING\n", query_string);
+ printf("QUERY_STRING='%s'; export QUERY_STRING\n",
+ sh_escape(query_string) );
exit(0);
}
}