Closed
Bug 1010700
Opened 11 years ago
Closed 11 years ago
NFC: equalsArrays in nfc_utils.js could throw if one of the arguments is undefined
Categories
(Firefox OS Graveyard :: NFC, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.0 S2 (23may)
People
(Reporter: allstars.chh, Assigned: allstars.chh)
References
Details
(Whiteboard: [p=1])
Attachments
(1 file)
In equalArrays function from nfc_utils.js, it doesn't check if the arguments are undefined, so it will throw TypeError if one of them is undefined.
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8422973 -
Flags: review?(alive)
| Assignee | ||
Updated•11 years ago
|
Whiteboard: [p=1]
Target Milestone: --- → 2.0 S2 (23may)
Updated•11 years ago
|
Attachment #8422973 -
Flags: review?(alive) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•