According to Vadim Chekan:
> 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
Oops! Thanks for the info. I've put in the proper test now.
--
Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba Phone: (204)789-3766
Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930
------------------------------------
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.