Your message dated Wed, 5 Jul 2006 21:16:37 -0300
with message-id <[EMAIL PROTECTED]>
and subject line crashes on (compatible; Googlebo t-Mobile/2.1;
+http://www.google.com/bot.html) agent
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: webalizer
Version: 2.01.10-27
hello,
i have noticed, that webalizer crashes, when parsing some of our numerous
apache logs.
I have been little investigating and isolated this line in logs
66.249.72.204 - - [18/Nov/2005:19:40:08 +0100] "GET / HTTP/1.1" 200 4781 "-"
"Nokia6820/2.0 (4.83) Profile/MIDP-1.0 Configuration/CLDC-1.0 (compatible;
Googlebot-Mobile/2.1; +http://www.google.com/bot.html)"
After trying to find out whats wrong, i found out, that replacing ';'
character following Googlebot-Mobile/2.1 does the trick.
When you remove it still segfaults , when you add another ; somewhere segfault
stays.
I can get rid of it, when i set MangleAgents to 2 (we use 1)
i run it thru debugger, i think, it crashes on line 843 in webalizer.c
while (*cp1!=')'&&*cp1!='\0') *cp2++=*cp1++;
but it looks like some king of magic :)
can you please tell me whats wrong?
thanks
libor klepac
pgp0HBp6wuI88.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
The problem occurs only if using a MangleAgent level of 1, and only on
some of the newer browsers that have multiple parens ('(' and ')') in
their name. Workaround is to use anything other than 1 for the
MangleAgent level.
--
[]'s
José Carlos
--- End Message ---