Squid 2.5 cbdata bug

From: David Eagles <David.EAGLES@dont-contact.us>
Date: Sun, 25 Mar 2001 15:31:04 +1000

I wanted to report a bug in the current devel version of 2.5
(squid-head-200103250000) that prevents the cache from processing any
requests (memPoolAlloc fails on an assert). I tracked the problem back to
cbdata.c in function cbdataInit( ) - a line (@ line 142) is missing from the
series of CREATE_CBDATA macros as follows

    CREATE_CBDATA(ConnStateData);
+ CREATE_CBDATA(DigestFetchState);
    CREATE_CBDATA(ErrorState);

Once I added this, 2.5 runs very nicely and does all the NTLM auth I
installed it for... Great job!

Regards
David Eagles
Received on Sun Mar 25 2001 - 02:59:46 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:13:40 MST