Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3babcf544dfea3b5dbdc201d3008973db87ead72
      
https://github.com/WebKit/WebKit/commit/3babcf544dfea3b5dbdc201d3008973db87ead72
  Author: Chris Dumez <[email protected]>
  Date:   2025-04-07 (Mon, 07 Apr 2025)

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

  Log Message:
  -----------
  Regression(293232@main) 
imported/w3c/web-platform-tests/webrtc-encoded-transform/script-write-twice-transform.https.html
 is crashing in debug
https://bugs.webkit.org/show_bug.cgi?id=291211
rdar://148713897

Reviewed by Eric Carlson.

It appears `RTCEncodedFrame::rtcFrame()` can be called when `m_isNeutered` has 
already
been set, thus hitting the `ASSERT(!m_isNeutered)` assertion. Instead of 
asserting,
deal at runtime with the frame having already been neutered.

* Source/WebCore/Modules/mediastream/RTCEncodedFrame.cpp:
(WebCore::RTCEncodedFrame::rtcFrame):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to