On Thu, 2002-08-15 at 18:02, Guido Serassio wrote:
> Hi Henrik,
>
> A little question about latest helper.c fixes:
>
> >Avoid a silly reuse after free.. the helper structure gets automatically
> >freed when the filedescriptor is closed (close callback)
>
> What are the results of this bug, can it generate errors like the following ?
>
> >2002/08/13 15:16:57| AuthenticateNTLMHandleReply: invalid callback data.
> >Releasing helper '00763150'.
This usually happens when the client drops a connection during
authentication. A higher debug level on 33 should show this.
> or like this at Squid shutdown ?
>
> >2002/08/13 15:30:33| assertion failed:
> >C:\work\nt-2.5\src\auth\ntlm\auth_ntlm.c:116:
> >"memPoolInUseCount(ntlm_request_pool) == 0"
> >2002/08/13 15:30:33| assertion failed:
> >C:\work\nt-2.5\src\auth\ntlm\auth_ntlm.c:121:
> >"memPoolInUseCount(ntlm_user_pool) == 0"
This is due to some requests not having been freed and removed from the
pool.
Rob
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:16:05 MST