Open Bug 1331861 Opened 8 years ago Updated 3 years ago

SSSLog uses %ld to print int64_t

Categories

(Core :: Security: PSM, defect, P5)

defect

Tracking

()

People

(Reporter: jhao, Unassigned)

Details

(Whiteboard: [psm-backlog])

http://searchfox.org/mozilla-central/rev/790b2cb423ea1ecb5746722d51633caec9bab95a/security/manager/ssl/nsSiteSecurityService.cpp#857 > SSSLOG(("SSS: about to set pins for %s, expires=%ld now=%ld maxAge=%lu\n", > host.get(), expireTime, PR_Now() / PR_USEC_PER_MSEC, maxAge)); Should probably use %lld or some macro for 64 bit integers.
Priority: -- → P5
Whiteboard: [psm-backlog]
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.