Closed
Bug 1531910
Opened 7 years ago
Closed 6 years ago
RTCPeerConnection.createDataChannel does not check the length of the protocol
Categories
(Core :: WebRTC: Signaling, defect, P3)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
FIXED
mozilla68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: bwc, Assigned: bwc)
References
Details
Attachments
(1 file)
This also should be no longer than 65535 bytes.
| Assignee | ||
Updated•7 years ago
|
Rank: 35
Priority: -- → P4
Updated•6 years ago
|
Priority: P4 → P3
| Assignee | ||
Comment 1•6 years ago
|
||
Depends on D28252
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → docfaraday
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
Looks like we have some new tests that were failing because of this. Need to mark those as expected to pass.
| Assignee | ||
Comment 4•6 years ago
|
||
Pushed by bcampen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/beae0db3529d
Re-enable a test-case, and check protocol length based on UTF-8 encoding. r=jib
Comment 6•6 years ago
|
||
Backed out changeset beae0db3529d (bug 1531910) for WPT failures in webrtc/RTCPeerConnection-createDataChannel.html
Log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=244493353&repo=autoland&lineNumber=103190
Push with failures:
https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=beae0db3529d6490795e69d6d6567fb74b95ffe8
Backout:
https://hg.mozilla.org/integration/autoland/rev/376d2f3bd8d97d0dd6a10566503fcc83f75dcdea
Flags: needinfo?(docfaraday)
Pushed by bcampen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/01bb0bd5e987
Re-enable a test-case, and check protocol length based on UTF-8 encoding. r=jib
Comment 8•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
| Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(docfaraday)
You need to log in
before you can comment on or make changes to this bug.
Description
•