[webkit-changes] [WebKit/WebKit] 746712: [WebRTC] Add missing assertion to rtp_format_h265.cc

Commit Queue noreply at github.com
Mon Nov 13 14:47:37 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 746712ecb50e6e54931848615ec1ce3d11654482
      https://github.com/WebKit/WebKit/commit/746712ecb50e6e54931848615ec1ce3d11654482
  Author: David Kilzer <ddkilzer at apple.com>
  Date:   2023-11-13 (Mon, 13 Nov 2023)

  Changed paths:
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_format_h265.cc
    A Source/ThirdParty/libwebrtc/WebKit/0001-WebRTC-Add-missing-assertion-to-rtp_format_h265.cc.patch

  Log Message:
  -----------
  [WebRTC] Add missing assertion to rtp_format_h265.cc
https://bugs.webkit.org/show_bug.cgi?id=264648
<rdar://118259276>

Reviewed by Youenn Fablet.

* Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_format_h265.cc:
(webrtc::RtpPacketizerH265::NextAggregatePacket):
- Add RTC_CHECK_LE() bounds check to match the one in
  webrtc::RtpPacketizerH264::NextAggregatePacket().

* Source/ThirdParty/libwebrtc/WebKit/0001-WebRTC-Add-missing-assertion-to-rtp_format_h265.cc.patch: Add.

Canonical link: https://commits.webkit.org/270677@main




More information about the webkit-changes mailing list