Closed
Bug 230456
Opened 21 years ago
Closed 21 years ago
potential invalid memory access [@nsFontMetricsGTK::TryNodes]
Categories
(Core Graveyard :: GFX: Gtk, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.7alpha
People
(Reporter: darin.moz, Assigned: darin.moz)
Details
(Keywords: crash)
Crash Data
Attachments
(2 files, 1 obsolete file)
1.54 KB,
patch
|
bryner
:
review+
|
Details | Diff | Splinter Review |
1.07 KB,
patch
|
bryner
:
review+
|
Details | Diff | Splinter Review |
potential invalid memory access [@nsFontMetricsGTK::TryNodes]
the following code is invalid:
const char *FFREName = PromiseFlatCString(aFFREName).get();
nsCStringKey key(FFREName);
FFREName could point to junk once key is constructed.
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.7alpha
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Comment 2•21 years ago
|
||
slightly better version.
Attachment #138672 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #138673 -
Flags: review?(bryner)
Updated•21 years ago
|
Attachment #138673 -
Flags: review?(bryner) → review+
Assignee | ||
Comment 3•21 years ago
|
||
fixed-on-trunk
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Severity: normal → critical
Comment 4•21 years ago
|
||
Reopeing for Xlib port...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•21 years ago
|
||
Suffering is all mine...
Assignee: darin → Roland.Mainz
Status: REOPENED → NEW
Updated•21 years ago
|
Status: NEW → ASSIGNED
Comment 6•21 years ago
|
||
Updated•21 years ago
|
Attachment #140389 -
Flags: review?(bryner)
Assignee | ||
Comment 7•21 years ago
|
||
didn't dbaron fix this already? (i.e., last week sometime)
Comment 8•21 years ago
|
||
Darin Fisher wrote:
> didn't dbaron fix this already? (i.e., last week sometime)
Per
http://bonsai.mozilla.org/cvsquery.cgi?branch=HEAD&file=mozilla/gfx/&date=month
- no.
The patch was made from yesterdays trunk CVS, I simply copied the code from GTK+
to Xlib land and tested the Xprint module.
please don't reopen and reassign fixed bugs because you want to fix a different bug.
Assignee: Roland.Mainz → darin
Status: ASSIGNED → NEW
Status: NEW → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → FIXED
I'll fix the Xlib issue as part of bug 232339.
Comment 11•21 years ago
|
||
David Baron wrote:
> please don't reopen and reassign fixed bugs because you want to fix a
> different bug.
This is not a different bug. This is the same bug. The GTK+ and Xlib code is
nearly identical in this area.
I don't mind you attaching the patch to this bug. However, the bug report as
described, is fixed, so it shouldn't be reopened, and it should remain assigned
to the person who actually did the work of fixing it.
Updated•21 years ago
|
Attachment #140389 -
Flags: review?(bryner) → review+
Updated•16 years ago
|
Product: Core → Core Graveyard
Updated•14 years ago
|
Crash Signature: [@nsFontMetricsGTK::TryNodes]
You need to log in
before you can comment on or make changes to this bug.
Description
•