Closed
Bug 1258667
Opened 10 years ago
Closed 10 years ago
mp_cmp_mag should take const mp_int* arguments
Categories
(NSS :: Libraries, defect)
NSS
Libraries
Tracking
(firefox48 affected)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox48 | --- | affected |
People
(Reporter: ttaubert, Assigned: ttaubert)
Details
Attachments
(1 file)
|
1.70 KB,
patch
|
franziskus
:
review+
|
Details | Diff | Splinter Review |
mp_cmp_arg should provide a const guarantee for its arguments, as all other mp_cmp* functions do.
| Assignee | ||
Comment 1•10 years ago
|
||
Assignee: nobody → ttaubert
Attachment #8733325 -
Flags: review?(franziskuskiefer)
| Assignee | ||
Updated•10 years ago
|
Summary: mp_cmp_mag should take const arguments → mp_cmp_mag should take const mp_int* arguments
Comment 2•10 years ago
|
||
Comment on attachment 8733325 [details] [diff] [review]
0001-Bug-1258667-mp_cmp_mag-should-take-const-mp_int-as-a.patch
Review of attachment 8733325 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm
Attachment #8733325 -
Flags: review?(franziskuskiefer) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•