Closed
Bug 666784
Opened 12 years ago
Closed 12 years ago
kNotifyData.redirectCallback in nptest.cpp is not initialized with NULL
Categories
(Core Graveyard :: Plug-ins, defect)
Core Graveyard
Plug-ins
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla7
People
(Reporter: hiro, Assigned: hiro)
Details
(Whiteboard: [inbound])
Attachments
(1 file)
672 bytes,
patch
|
jaas
:
review+
|
Details | Diff | Splinter Review |
Actually it cause no bad infection, but should be fixed.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #541530 -
Flags: review?(joshmoz)
Comment 2•12 years ago
|
||
It's a statically initialized struct, which means that unknown members are initialized to 0/null by the compiler.
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to comment #2) > It's a statically initialized struct, which means that unknown members are > initialized to 0/null by the compiler. I know, but it depends on compiler, isn't it?
Comment on attachment 541530 [details] [diff] [review] fix I'm fine with being explicit about it.
Attachment #541530 -
Flags: review?(joshmoz) → review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 6•12 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/8e180685b9f3
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Comment 7•12 years ago
|
||
The changes are visible in the Mozilla central repository, in nptest.cpp. Setting resolution to Verified Fixed.
Status: RESOLVED → VERIFIED
Updated•1 year ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•