assertiion failed in storeAppend on possible trojan query

From: Evgeny Kotsuba <evgen__k@dont-contact.us>
Date: Fri, 29 Jul 2005 13:52:14 +0400

Hi,
Squid 2.5 client writes:
-----------8<----------------
- squid 2.5s10_OS2_VAC from 15.06.2005
For query
ftp://ftp.realviz.com/private/MMM31/Install/MatchMover-Win-3.1.0-Full.exe
(This query is from people that possibly get virus/trojan/spyware) is
the only reaction

61 2005/07/29 08:10:34|assertiion failed:
G:\EVGEN\INET\Squid2.5s1\store.cpp:524: "e->store_status ==
STORE_PENDING"
-----------8<----------------
This is fom code:
/* Append incoming data from a primary server to an entry. */
void
storeAppend(StoreEntry * e, const char *buf, int len)
{
     MemObject *mem = e->mem_obj;
     assert(mem != NULL);
     assert(len >= 0);
     assert(e->store_status == STORE_PENDING);

I can't repeate the query because there is now such directory at
this ftp now.

Nevertheless, I am afraid of possible anti-squid issue

SY,
Evgeny Kotsuba
Received on Fri Jul 29 2005 - 03:52:17 MDT

This archive was generated by hypermail pre-2.1.9 : Mon Aug 01 2005 - 12:00:04 MDT