head	1.2;
access;
symbols
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1
	RELEASE_2_2_8:1.1
	RELEASE_3_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.12.12.16.42.34;	author vd;	state dead;
branches;
next	1.1;

1.1
date	98.08.09.00.10.45;	author steve;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove expired ports:
2006-12-01 net/wais: Imported 12 years ago; never completed
2006-12-01 www/w3c-httpd: Does not compile
@
text
@--- 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);
 	}
     }
@


1.1
log
@Patch a potential buffer overflow from DFN-CERT#34784.

PR:		6851
Submitted by:	David Kelly <dkelly@@nebula.tbe.com>
@
text
@@

