[webkit-changes] [WebKit/WebKit] 2c2d36: Guard HashTable header with WTF_ALLOW_UNSAFE_BUFFE...

Claudio Saavedra noreply at github.com
Tue Dec 10 08:03:54 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2c2d3661d26167571a61486dbefa6fd299e8bbb6
      https://github.com/WebKit/WebKit/commit/2c2d3661d26167571a61486dbefa6fd299e8bbb6
  Author: Claudio Saavedra <csaavedra at igalia.com>
  Date:   2024-12-10 (Tue, 10 Dec 2024)

  Changed paths:
    M Source/WTF/wtf/HashTable.h

  Log Message:
  -----------
  Guard HashTable header with WTF_ALLOW_UNSAFE_BUFFER_USAGE
https://bugs.webkit.org/show_bug.cgi?id=284359

Reviewed by Geoffrey Garen.

The build suddenly broke after 287504 at main in Linux with
clang, turns out that HashTable.h should have been guarded
to allow unsafe buffer usage.

* Source/WTF/wtf/HashTable.h:

Canonical link: https://commits.webkit.org/287603@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