Closed Bug 1041730 Opened 11 years ago Closed 11 years ago

Unused time parameters in some functions in PublicKeyPinningService.cpp

Categories

(Core :: Security: PSM, defect)

defect
Not set
minor

Tracking

()

RESOLVED FIXED
mozilla34

People

(Reporter: briansmith, Assigned: briansmith)

Details

Attachments

(1 file, 1 obsolete file)

No description provided.
Attachment #8459774 - Flags: review?(cviecco)
Comment on attachment 8459774 [details] [diff] [review] remove-unused-params-Pinning.patch Review of attachment 8459774 [details] [diff] [review]: ----------------------------------------------------------------- ::: security/manager/boot/src/PublicKeyPinningService.cpp @@ +295,5 @@ > { > if (!certList) { > return false; > } > + if (time > TimeFromElapsedSecondsAD(kPreloadPKPinsExpirationTime)) { This seems to depend on TimeFromElapsedSecondsAD that is not on mxr. Is there another patch?
Attachment #8459774 - Flags: review?(cviecco) → review-
Thanks Camilo. I updated the patch to split out the unrelated changes.
Attachment #8459774 - Attachment is obsolete: true
Attachment #8459980 - Flags: review?(cviecco)
Attachment #8459980 - Flags: review?(cviecco) → review+
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
QA Whiteboard: [qa-]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: