Closed
Bug 841901
Opened 12 years ago
Closed 1 year ago
The code in ecp_384.c is unreachable
Categories
(NSS :: Libraries, defect, P2)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1898627
People
(Reporter: wtc, Unassigned)
Details
Attachments
(1 file)
|
1016 bytes,
patch
|
Details | Diff | Splinter Review |
Bob,
This MXR query shows that the ec_group_set_gfp384 function in
ecp_384.c is not being used:
http://mxr.mozilla.org/security/ident?i=ec_group_set_gfp384
ec_group_set_gfp384 is the sole entry point to ecp_384.c, so
this means the code in ecp_384.c is unreachable.
Should we wire it up and see if the code works?
| Reporter | ||
Updated•12 years ago
|
Summary: The code in ecp_394.c is unreachable → The code in ecp_384.c is unreachable
| Reporter | ||
Comment 1•12 years ago
|
||
Comment 2•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last months and this bug has priority 'P2'.
:beurdouche, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: wtc → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(bbeurdouche)
Updated•3 years ago
|
Severity: normal → S3
Comment 3•3 years ago
|
||
We have modified the bot to only consider P1 as high priority, so I'm cancelling the needinfo here.
Flags: needinfo?(bbeurdouche)
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•