Closed
Bug 666784
Opened 14 years ago
Closed 14 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•14 years ago
|
||
Attachment #541530 -
Flags: review?(joshmoz)
Comment 2•14 years ago
|
||
It's a statically initialized struct, which means that unknown members are initialized to 0/null by the compiler.
Assignee | ||
Comment 3•14 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•14 years ago
|
Keywords: checkin-needed
Comment 5•14 years ago
|
||
Comment 6•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Comment 7•13 years ago
|
||
The changes are visible in the Mozilla central repository, in nptest.cpp.
Setting resolution to Verified Fixed.
Status: RESOLVED → VERIFIED
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•