[webkit-changes] [WebKit/WebKit] 5b6e36: "unsafe buffer access" warning in third party code...

Said Abou-Hallawa noreply at github.com
Wed Dec 18 18:05:03 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5b6e3677c781844043121f867e00c7c666fb6fcd
      https://github.com/WebKit/WebKit/commit/5b6e3677c781844043121f867e00c7c666fb6fcd
  Author: Said Abou-Hallawa <said at apple.com>
  Date:   2024-12-18 (Wed, 18 Dec 2024)

  Changed paths:
    M Source/WTF/wtf/Compiler.h
    M Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCLogSink.h

  Log Message:
  -----------
  "unsafe buffer access" warning in third party code stops building Apple ports in EWS
https://bugs.webkit.org/show_bug.cgi?id=284924
rdar://141720579

Reviewed by Chris Dumez.

Fix the build break by:

1. Include ALLOW_UNUSED_PARAMETERS_BEGIN in WTF_IGNORE_WARNINGS_IN_THIRD_PARTY_CODE_BEGIN.
2. Replace ALLOW_UNUSED_PARAMETERS_BEGIN by WTF_IGNORE_WARNINGS_IN_THIRD_PARTY_CODE_BEGIN
   in LibWebRTCLogSink.h

* Source/WTF/wtf/Compiler.h:
* Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCLogSink.h:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list