- From: Henrik Frystyk Nielsen <frystyk@w3.org>
- Date: Wed, 26 Jun 1996 10:54:47 -0400
- To: Maciej Puzio <puzio@zodiac1.mimuw.edu.pl>
- Cc: "'WWW Library Mailing List'" <www-lib@w3.org>
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