Re: Bug in HTGuess_abort

Maciej Puzio writes:

> I have just found a bug in the HTGuess.c file. 
> In the HTGuess_abort function there is a line:
> 
> 	if (me->target) (*me->target->isa->abort)(me,e);
> 
> It should be obviously:
> 
> 	if (me->target) (*me->target->isa->abort)(me->target,e);
> 
> This bug is in all 4.x versions of wwwlib, also in 4.1b1. It can cause
> a program crash.

Oups - that's bad! I have fixed it in my code, so you can find it in the 
next release.

Thanks,

Henrik

Received on Wednesday, 26 June 1996 10:54:54 UTC