7 Mar
2008
7 Mar
'08
4:16 p.m.
On Fri, Mar 07, 2008 at 06:15:33AM +0000, place wrote:
I was getting crashes on the dFree(tok) in Html_parse_entity() on a page that I whittled down to:
<html> <head> <title></title> </head> <body> <form> <select> <option>&Someword </select> </form> </body> </html>
It turns out that strchr(":_.-", '\0') finds the null terminator in the string.
Good!, committed. -- Cheers Jorge.-