head	1.2;
access;
symbols
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2008.07.17.14.08.56;	author dinoex;	state dead;
branches;
next	1.1;

1.1
date	2005.11.20.09.10.18;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- update to 2.20-01
@
text
@--- webalizer.c.orig	Sun Nov 20 09:52:31 2005
+++ webalizer.c	Sun Nov 20 09:54:10 2005
@@@@ -805,7 +805,7 @@@@
 		    if (mangle_agent<2)
 		    {
 			/* Level 1 - try to get OS */
-			cp1=strstr(str,")");
+			cp1=strstr(cp1,")");
 			if (cp1!=NULL)
 			{
 			    *cp2++=' ';
@@@@ -840,7 +840,7 @@@@
 			    *cp2++=*cp1++;
 		    if (mangle_agent<2)
 		    {
-			cp1=strstr(str,"(");
+			cp1=strstr(cp1,"(");
 			if (cp1!=NULL)
 			{
 			    cp1++;
@@@@ -873,7 +873,7 @@@@
 			if (mangle_agent<2)
 			{
 			    /* Level 1 - Try to get OS */
-			    cp1=strstr(str,"(");
+			    cp1=strstr(cp1,"(");
 			    if (cp1!=NULL)
 			    {
 				cp1++;
@


1.1
log
@- Security Fix
Submitted by:	Andrey Chernov
@
text
@@

