Open
Bug 1424533
Opened 7 years ago
Updated 2 years ago
sslencode.c Fix signed / unsigned compilation warnings
Categories
(NSS :: Libraries, defect, P3)
NSS
Libraries
Tracking
(Not tracked)
NEW
People
(Reporter: jeanluc.bonnafoux, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171206182557
Steps to reproduce:
Using Visual Studio 2017 compiler, sslencode.c generates compilation warnings.
Actual results:
Generated warnings are:
security/nss/lib/ssl/sslencode.c:196 [C4018] '<': signed/unsigned mismatch
security/nss/lib/ssl/sslencode.c:225 [C4018] '<': signed/unsigned mismatch
security/nss/lib/ssl/sslencode.c:238 [C4018] '>': signed/unsigned mismatch
Expected results:
Code should have compiled without any warning.
Updated•7 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•