Closed
Bug 223624
Opened 21 years ago
Closed 21 years ago
Miscellaneous compiler warning fixes
Categories
(NSS :: Libraries, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.9
People
(Reporter: wtc, Assigned: wtc)
Details
Attachments
(1 file)
5.35 KB,
patch
|
nelson
:
review+
|
Details | Diff | Splinter Review |
I will attach a patch that fixes several compiler warnings.
Assignee | ||
Comment 1•21 years ago
|
||
1. secutil.c: note->error is a 'long' and should match a %ld format.
2. cmsutil.c: this fprintf statment has two format strings.
3. alg1485.c: the macro MAX is redefined. Use PR_MAX instead.
4. pk11cert.c: case ecKey is not handled in the switch statement.
5. pk11skey.c: pk11_FindAttrInTemplate is used before it's
declared.
Please review this patch and feel free to check it in for me.
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → 3.9
Comment 2•21 years ago
|
||
It all looks good to me, except the pk11cert.c patch. I suspect the ec case
needs to do SOMETHING if it's there, but I'll have to look more next week.
Assignee | ||
Comment 3•21 years ago
|
||
Comment on attachment 134096 [details] [diff] [review]
Patch
Thank you for the code review, Nelson.
I've checked in all the changes in this
patch except for the ecKey change in
pk11cert.c.
Comment 4•21 years ago
|
||
Comment on attachment 134096 [details] [diff] [review]
Patch
I've looked at the ec patch now. It's all good.
Attachment #134096 -
Flags: review+
Assignee | ||
Comment 5•21 years ago
|
||
I checked in the ecKey patch. Marked the bug fixed.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•