Closed
Bug 12990
Opened 25 years ago
Closed 25 years ago
Uninitialized memory read in CSSParserImpl::AppendValue
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
People
(Reporter: David.R.Gardiner, Assigned: peterl-retired)
Details
Attachments
(1 file)
282 bytes,
patch
|
Details | Diff | Splinter Review |
File: layout\html\style\src\nsCSSParser.cpp
Purify for NT reports the following:
[W] UMR: Uninitialized memory read in
CSSParserImpl::AppendValue(nsICSSDeclaration *,nsCSSProperty,nsCSSValue
const&,int&) {200 occurrences}
I've trace the problem to CSSParserImpl::ParseDeclarationBlock not initialising
hint to zero.
Patch provided.
-dave
Reporter | ||
Comment 1•25 years ago
|
||
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
Agreed. This is a duplicate of 12540.
You need to log in
before you can comment on or make changes to this bug.
Description
•