Closed Bug 1310687 Opened 8 years ago Closed 8 years ago

[Static Analysis][Uninitialized Members in Class] Class U2FStatus

Categories

(Core :: DOM: Device Interfaces, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1308868

People

(Reporter: jcj, Assigned: jcj)

Details

Logged today

*** CID 1373738:  Uninitialized members  (UNINIT_CTOR)
/dom/u2f/U2F.cpp: 73 in mozilla::dom::U2FStatus::U2FStatus()()
67     }
68
69     U2FStatus::U2FStatus()
70       : mCount(0)
71       , mIsStopped(false)
72       , mReentrantMonitor("U2FStatus")
>>>     CID 1373738:  Uninitialized members  (UNINIT_CTOR)
>>>     Non-static class member "mErrorCode" is not initialized in this constructor nor in any functions that it calls.
73     {}
74
75     U2FStatus::~U2FStatus()
76     {}
77
78     void
Assignee: nobody → jjones
Status: NEW → ASSIGNED
Looks like was already fixed as part of Bug 1308868:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f65cc8c9aace
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
(In reply to :Cykesiopka from comment #1)
> Looks like was already fixed as part of Bug 1308868:
> https://hg.mozilla.org/integration/mozilla-inbound/rev/f65cc8c9aace

Thanks for catching that, Cykesiopka!
You need to log in before you can comment on or make changes to this bug.