Closed Bug 1018467 Opened 10 years ago Closed 10 years ago

Address remaining comments from Bug 998802 and Bug 998803

Categories

(Core :: DOM: Security, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla32

People

(Reporter: rbarnes, Assigned: rbarnes)

Details

Attachments

(1 file, 1 obsolete file)

The committed patches for Bug 998802 and Bug 998803 missed a few comments, in particular: 
https://bugzilla.mozilla.org/show_bug.cgi?id=998802#c12
https://bugzilla.mozilla.org/show_bug.cgi?id=998803#c10

This bug is to address those comments.
Attached patch webcrypto-1018467.patch (obsolete) — Splinter Review
Attachment #8431935 - Flags: review?(bzbarsky)
Comment on attachment 8431935 [details] [diff] [review]
webcrypto-1018467.patch

>+        equal = equal && (cmp == 0);

Just equal = (cmp == 0), since you already know equal is true before that line.

r=me
Attachment #8431935 - Flags: review?(bzbarsky) → review+
Addressing bz's comments
Attachment #8431935 - Attachment is obsolete: true
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/81f9c2027bc8
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: