Hi!
Symbol "&" in HTML file caused core dump.
HTML.cc:249
q = (unsigned char*)strchr((char *)position, ';');
// Need check if q==0;
if (q <= position+10)
{ // got ending, looks like valid SGML entity
scratch = 0;
scratch.append((char*)position, q+1 - position);
^^^^^^^^^^^^^^^ got
paramater<0 if q=0
Vadim Chekan.
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.