Closed
Bug 946998
Opened 11 years ago
Closed 11 years ago
netwerk/ipc/NeckoParent.cpp:392:7 [-Wsometimes-uninitialized] variable 'p' is used uninitialized whenever 'if' condition is false
Categories
(Core :: WebRTC: Networking, defect)
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: cpeterson, Assigned: cpeterson)
References
(Blocks 1 open bug)
Details
(Keywords: regression, Whiteboard: [qa-])
Attachments
(1 file)
987 bytes,
patch
|
jduell.mcbugs
:
review+
|
Details | Diff | Splinter Review |
Bug 870660 introduced these -Wsometimes-uninitialized warnings on OS X. NeckoParent::AllocPUDPSocketParent() may be able to return an uninitialized pointer.
netwerk/ipc/NeckoParent.cpp:392:7 [-Wsometimes-uninitialized] variable 'p' is used uninitialized whenever 'if' condition is false
netwerk/ipc/NeckoParent.cpp:395:9 [-Wsometimes-uninitialized] variable 'p' is used uninitialized whenever 'if' condition is false
netwerk/ipc/NeckoParent.cpp:398:11 [-Wsometimes-uninitialized] variable 'p' is used uninitialized whenever 'if' condition is false
Attachment #8343396 -
Flags: review?(jduell.mcbugs)
Comment 1•11 years ago
|
||
Comment on attachment 8343396 [details] [diff] [review]
fix-Wsometimes-uninitialized-warning.patch
Review of attachment 8343396 [details] [diff] [review]:
-----------------------------------------------------------------
thanks for catching this.
Attachment #8343396 -
Flags: review?(jduell.mcbugs) → review+
Updated•11 years ago
|
Keywords: checkin-needed
Comment 2•11 years ago
|
||
Assignee: nobody → cpeterson
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•