Closed
Bug 1531908
Opened 6 years ago
Closed 6 years ago
RTCPeerConnection.createDataChannel does not check the length of the label
Categories
(Core :: WebRTC: Signaling, enhancement, P3)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: bwc, Assigned: bwc)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(1 file, 1 obsolete file)
Spec says we need to throw TypeError if the label is longer than 65535 bytes.
Assignee | ||
Updated•6 years ago
|
Rank: 35
Priority: -- → P4
Updated•6 years ago
|
Keywords: good-first-bug
Priority: P4 → P3
Assignee | ||
Comment 1•6 years ago
|
||
Depends on D28556
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D28557
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → docfaraday
Assignee | ||
Comment 4•6 years ago
|
||
This probably needs a rebase.
Updated•6 years ago
|
Attachment #9060225 -
Attachment is obsolete: true
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
Assignee | ||
Comment 7•6 years ago
|
||
Try looks good.
Pushed by bcampen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/28b74f2993a1
Part 0: Re-enable a test-case, and check length of label based on UTF-8 encoding. r=jib
Comment 9•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•