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)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED
mozilla7

People

(Reporter: hiro, Assigned: hiro)

Details

(Whiteboard: [inbound])

Attachments

(1 file)

Actually it cause no bad infection, but should be fixed.
Attached patch fixSplinter Review
Attachment #541530 - Flags: review?(joshmoz)
It's a statically initialized struct, which means that unknown members are initialized to 0/null by the compiler.
(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?
Assignee: nobody → hiikezoe
Comment on attachment 541530 [details] [diff] [review] fix I'm fine with being explicit about it.
Attachment #541530 - Flags: review?(joshmoz) → review+
Keywords: checkin-needed
Keywords: checkin-needed
Whiteboard: [inbound]
Version: unspecified → Trunk
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
The changes are visible in the Mozilla central repository, in nptest.cpp. Setting resolution to Verified Fixed.
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: