Closed
Bug 1097142
Opened 11 years ago
Closed 10 years ago
sdp_copy_attr_fields does not handle rtcp_fb, setup, connection, extmap, rtr, cap_p, sctpmap, or ice_attr from sdp_attr_t
Categories
(Core :: WebRTC: Signaling, defect)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
FIXED
mozilla39
| Tracking | Status | |
|---|---|---|
| firefox39 | --- | fixed |
People
(Reporter: bwc, Assigned: bwc)
Details
Attachments
(1 file, 1 obsolete file)
I suspect that we've been ok here since we never make a deep copy, but the moment we do we're in for a surprise.
| Assignee | ||
Comment 1•10 years ago
|
||
It looks like we could just remove all of this code. That would do the trick.
| Assignee | ||
Comment 2•10 years ago
|
||
/r/5569 - Bug 1097142: Remove sdp_copy_attr_fields and some other unused functions.
Pull down this commit:
hg pull review -r 29a6c590cd34d41d62a5607db44520474f2ece2d
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → docfaraday
| Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8578999 [details]
MozReview Request: bz://1097142/bwc
Oh look! Another excuse to delete code!
Attachment #8578999 -
Flags: review?(martin.thomson)
Comment 4•10 years ago
|
||
Comment on attachment 8578999 [details]
MozReview Request: bz://1097142/bwc
https://reviewboard.mozilla.org/r/5567/#review4565
Ship It!
Attachment #8578999 -
Flags: review?(martin.thomson) → review+
| Assignee | ||
Comment 5•10 years ago
|
||
Flags: needinfo?(docfaraday)
| Assignee | ||
Comment 6•10 years ago
|
||
Flags: needinfo?(docfaraday)
Comment 7•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
| Assignee | ||
Comment 8•10 years ago
|
||
Attachment #8578999 -
Attachment is obsolete: true
Attachment #8618598 -
Flags: review+
| Assignee | ||
Comment 9•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•