Closed
Bug 1383272
Opened 8 years ago
Closed 8 years ago
Fix RTP parsing error for RtpStreamId
Categories
(Core :: WebRTC: Networking, enhancement, P1)
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: mjf, Assigned: mjf)
Details
Attachments
(1 file)
At the last minute, responding to a review request, I added a length check in the RtpStreamId parsing code. I guess the webrtc.org gtests don't run on try because this failed here when I ran the tests on my linux box. Easy fix, change "<=" to ">". grr. Fix on the way.
Assignee | ||
Updated•8 years ago
|
Rank: 19
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8888917 [details]
Bug 1383272 - fixing incorrect comparison in RtpStreamId::Parse(...)
https://reviewboard.mozilla.org/r/159942/#review165318
I wonder, how did this ever work?
Attachment #8888917 -
Flags: review?(docfaraday) → review+
Pushed by mfroman@nostrum.com:
https://hg.mozilla.org/integration/autoland/rev/5b8225dac553
fixing incorrect comparison in RtpStreamId::Parse(...) r=bwc
![]() |
||
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•