Closed
Bug 222182
Opened 22 years ago
Closed 21 years ago
Uninitialized member var in universal charset detector
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
People
(Reporter: jgmyers, Assigned: jgmyers)
Details
Attachments
(1 file)
675 bytes,
patch
|
shanjian
:
review+
blizzard
:
superreview+
|
Details | Diff | Splinter Review |
Purify detected an UMR around line 205 of
extensions/universalchardet/src/nsSBCSGroupProber.cpp, on the line that
decrements mActiveNum.
Assignee | ||
Comment 1•22 years ago
|
||
Assignee | ||
Updated•22 years ago
|
Attachment #133303 -
Flags: review?(ftang)
Assignee | ||
Updated•22 years ago
|
Attachment #133303 -
Flags: review?(ftang) → review?(shanjian)
Comment 2•22 years ago
|
||
Comment on attachment 133303 [details] [diff] [review]
Proposed fix
My stupid mistake. thanks for fixing it.
Attachment #133303 -
Flags: review?(sli0262) → review+
Assignee | ||
Updated•22 years ago
|
Attachment #133303 -
Flags: superreview?(blizzard)
Updated•22 years ago
|
Attachment #133303 -
Flags: superreview?(blizzard) → superreview+
Assignee | ||
Comment 3•21 years ago
|
||
Fix checked in
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•