Closed
Bug 1225469
Opened 10 years ago
Closed 9 years ago
Remove a -Wmaybe-uninitialized warning
Categories
(NSS :: Libraries, defect)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
3.22
People
(Reporter: paul.bignier, Assigned: paul.bignier)
Details
Attachments
(1 file)
|
743 bytes,
patch
|
elio.maldonado.batiz
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0
Build ID: 20151104125556
Steps to reproduce:
'make' in the gecko repo
Actual results:
Got a [-Wmaybe-uninitialized] warning at security/nss/lib/ssl/ssl3con.c:7139
Expected results:
No warning
Updated•10 years ago
|
Assignee: nobody → nobody
Component: Security → Libraries
Product: Core → NSS
Version: 38 Branch → trunk
Updated•10 years ago
|
Assignee: nobody → paul.bignier
Summary: Compilation warning fixed → Remove a -Wmaybe-uninitialized warning
| Assignee | ||
Updated•10 years ago
|
Attachment #8688431 -
Flags: review?(emaldona)
Updated•10 years ago
|
Attachment #8688431 -
Flags: review?(emaldona) → review+
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•10 years ago
|
Target Milestone: --- → 3.22
Updated•10 years ago
|
Keywords: checkin-needed
Comment 1•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Keywords: checkin-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•