Closed
Bug 428447
Opened 17 years ago
Closed 17 years ago
Eliminate TArray<nsAutoString> from gfx/thebes
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 427602
People
(Reporter: jruderman, Unassigned)
References
Details
ns[Auto]TArray<nsAutoString> is unsafe (see e.g. bug 427941). There are several places in gfx/thebes that use it, mostly for lists of fonts, and mostly introduced by bug 419370.
http://lxr.mozilla.org/mozilla/search?string=TArray%253CnsAutoString
Comment 1•17 years ago
|
||
Note: funny timing, bug 427602 indicates that use of libgmalloc spotted this same bug!
Reporter | ||
Updated•17 years ago
|
Group: security
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•