Bug: missing quotes cause segmentation fault

The following line of code leads to a segmentation fault with Tidy (vers
4th August 2000):
<a href="test.html>link</a> <a href="test.html">link</a>

(The closing quote are missing.)

Here is my test-file:
-------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title></title>
</head>
<body>
<a href="test.html>link</a> <a href="test.html">link</a>
</body>
</html>
-------------------------------

With default options I get the following output:
Tidy (vers 4th August 2000) Parsing "test.html"
line 7 column 1 - Warning: <a> unknown attribute value "Segmentation
fault

Is this a bug that is already known? Has anybody posted a fix, yet?

Achim

Received on Wednesday, 23 August 2000 11:52:20 UTC