Closed
Bug 1908762
Opened 1 year ago
Closed 5 months ago
nss/crlgen.c: Value stored to 'nextChunk' is never read
Categories
(NSS :: Libraries, defect, P5)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Sylvestre, Assigned: nwipper)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [lang=C])
Attachments
(1 file)
Filling as a good first bug to learn workflows.
Value stored to 'nextChunk' is never read
As the change is trivial, it is just to learn how to contribute to Firefox.
Tutorial to contribute:
https://firefox-source-docs.mozilla.org/security/nss/build.html#mozilla-projects-nss-building
(note that it is for firefox but patch submission should be the same)
https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Please don't ask for the bug to be assigned. It will be automatically assigned to the first patch.
| Reporter | ||
Updated•1 year ago
|
Summary: Value stored to 'nextChunk' is never read → nss/crlgen.c: Value stored to 'nextChunk' is never read
| Assignee | ||
Comment 1•5 months ago
|
||
Variable was assigned, but is immediately overwritten in the loop.
| Assignee | ||
Updated•5 months ago
|
Assignee: nobody → nwipper
Severity: -- → S4
Type: task → defect
Priority: -- → P5
Comment 2•5 months ago
|
||
Status: NEW → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•