Closed
Bug 159619
Opened 23 years ago
Closed 23 years ago
crashes in nsMultiMixedConv::OnDataAvailable
Categories
(Core :: Networking, defect)
Tracking
()
People
(Reporter: blizzard, Unassigned)
Details
Attachments
(1 file)
|
761 bytes,
patch
|
Details | Diff | Splinter Review |
I've got a crash on ia64 that looks like a more generalized bug. Looks like
that in some cases there's an array dereference that can walk off the beginning
of the array:
if (!mPartChannel || !(cursor[bufLen-1] == nsCRT::LF) )
sometimes bufLen is zero. At least, this has been happening at bugzilla.redhat.com.
Patch in a moment.
| Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
dupe of "crash on a bugzilla search"
*** This bug has been marked as a duplicate of 94734 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•