Closed
Bug 1447816
Opened 7 years ago
Closed 2 years ago
Fix assignment in PORT_Assert in dtls_GatherData
Categories
(NSS :: Libraries, enhancement, P1)
Tracking
(firefox61 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox61 | --- | affected |
People
(Reporter: jcj, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Found by Coverity--
There's an assignment where a comparison is intended in dtls_GatherData:
> PORT_Assert(headerLen = 2);
This should be ==. Being PORT_Assert, it only affects debug builds.
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment on attachment 8961188 [details]
Bug 1447816 - Fix assignment where a comparison intended r?mt
Martin Thomson [:mt:] has approved the revision.
https://phabricator.services.mozilla.com/D787
Attachment #8961188 -
Flags: review+
Comment 3•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last months and this bug has priority 'P1'.
:beurdouche, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: jc → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(bbeurdouche)
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Depends on: dtls1.3-support
Flags: needinfo?(bbeurdouche)
Updated•2 years ago
|
Blocks: dtls1.3-support
No longer depends on: 1427675, dtls1.3-support
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•