If a start tag contains an unterminated ASP construct, 26-Jul-99 Tidy enters an infinite loop and eventually runs out of memory. For example: <html <% where the end of file occurs right after the ending %. A variation which exercises a slightly different path through the code is: <html <% % In both cases, the problem is in lexer.c, ParseAsp(), which fails to check for EndOfStream after reading characters. Thanks, RandyReceived on Friday, 10 September 1999 11:40:11 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 2 June 2009 18:21:23 GMT