- From: Maciej Puzio <puzio@zodiac1.mimuw.edu.pl>
- Date: Thu, 20 Jun 1996 17:55:41 +-200
- To: "'WWW Library Mailing List'" <www-lib@w3.org>
Hi 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. Best regards Maciej Puzio puzio@laser.mimuw.edu.pl
Received on Friday, 21 June 1996 05:49:25 UTC