[webkit-changes] [WebKit/WebKit] d19ee7: ASSERTION FAILED: !m_shouldFilterICECandidates || ...

youennf noreply at github.com
Wed May 17 10:07:36 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d19ee7dff2dec5e0e7288bbcfd84f1deb0375c35
      https://github.com/WebKit/WebKit/commit/d19ee7dff2dec5e0e7288bbcfd84f1deb0375c35
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2023-05-17 (Wed, 17 May 2023)

  Changed paths:
    M Source/WebCore/Modules/mediastream/PeerConnectionBackend.cpp

  Log Message:
  -----------
  ASSERTION FAILED: !m_shouldFilterICECandidates || sdp.contains(".local"_s) || sdp.contains(" srflx "_s) in walmart.com
https://bugs.webkit.org/show_bug.cgi?id=256854
rdar://109417446

Reviewed by Eric Carlson.

Updated the debug assert to account for relay candidates which can always be exposed.

* Source/WebCore/Modules/mediastream/PeerConnectionBackend.cpp:
(WebCore::PeerConnectionBackend::newICECandidate):

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




More information about the webkit-changes mailing list