Closed
Bug 54242
Opened 25 years ago
Closed 15 years ago
ABR in strlen of nsCommentNode::SubstringData
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: jband_mozilla, Unassigned)
Details
(Keywords: dom0)
Attachments
(2 files)
In Purify on NT (new branch build) I get this array bounds read error on an
unterminated string. The string happens to be "mozilla a dull lizard" with no
null termination.
I'm chasing the newest incarnation of bug 53123 and going to
http://www.mindspring.com/~bobclary/domtest/tc.html
press "Select All" button
press "Submit" button
It hits this sometime later.
This looks like a bug that could cause incorrect behavior and/or crashes
I'll attach a Purify trace and a debugger stack (Note that this a release build
and the debugger can show bogus param values in the stack).
| Reporter | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Comment 2•25 years ago
|
||
Comment 4•23 years ago
|
||
Mass-reassigning bugs to dom_bugs@netscape.com
Assignee: jst → dom_bugs
Status: ASSIGNED → NEW
Comment 5•22 years ago
|
||
All this code has changed majorly and should be fine now, as I read it....
Updated•16 years ago
|
Assignee: general → nobody
QA Contact: desale → general
Comment 6•15 years ago
|
||
Looks fine, indeed.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•