Closed
Bug 3003
Opened 26 years ago
Closed 26 years ago
Parser crash
Categories
(Core :: DOM: HTML Parser, defect, P1)
Tracking
()
VERIFIED
FIXED
People
(Reporter: michael.j.lowe, Assigned: rickg)
Details
There is a problem with the method nsParser::ResumeParse. In this method, when
the call:
result=WillBuildModel(mParserContext->mScanner->GetFilename(),aDefaultDTD);
returns, if AutoDetectContentType has failed to find a suitable DTD, then the
next line:
mParserContext->mDTD->WillResumeParse();
will crash because mDTD is NULL.
Reporter | ||
Updated•26 years ago
|
Severity: normal → critical
Priority: P2 → P1
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
QA Contact: 3849
Comment 1•26 years ago
|
||
Michael can you please provide a test case or verify the fix -- thanks.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•