[Webkit-unassigned] [Bug 265711] New: [WebRTC] RtpPacketizer::SplitAboutEqually() should return an empty std::vector when payload_len is 0
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 1 18:05:44 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=265711
Bug ID: 265711
Summary: [WebRTC] RtpPacketizer::SplitAboutEqually() should
return an empty std::vector when payload_len is 0
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: InRadar
Severity: Normal
Priority: P2
Component: WebRTC
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ddkilzer at webkit.org
CC: youennf at gmail.com
[WebRTC] RtpPacketizer::SplitAboutEqually() should return an empty std::vector when payload_len is 0.
Currently it returns a std::vector<int> with a single value of 0, which causes various ::NumPackets() methods to incorrectly return 1 instead of 0.
<rdar://119058459>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231202/1a1ed5b9/attachment.htm>
More information about the webkit-unassigned
mailing list