[Webkit-unassigned] [Bug 265427] New: [WebRTC] Release assertion in webrtc::RtpPacketizerH264::PacketizeSingleNalu on bad input
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Nov 27 20:54:13 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=265427
Bug ID: 265427
Summary: [WebRTC] Release assertion in
webrtc::RtpPacketizerH264::PacketizeSingleNalu on bad
input
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
Release assertion in webrtc::RtpPacketizerH264::PacketizeSingleNalu on bad input.
This release assertion fires when invalid input is passed in to `webrtc::RtpPacketizerH264::RtpPacketizerH264()` in `Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc`:
```
[...]
RTC_CHECK_GT(fragment.size(), 0u);
packets_.push(PacketUnit(fragment, true /* first */, true /* last */,
false /* aggregated */, fragment[0]));
++num_packets_left_;
return true;
}
```
<rdar://118861718>
--
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/20231128/2a85f609/attachment.htm>
More information about the webkit-unassigned
mailing list