[webkit-changes] [WebKit/WebKit] d3b50b: Fix compilation error in Fuzzilli.cpp

Jack Ren noreply at github.com
Wed Jan 8 16:42:39 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d3b50bf65e58e9a5ead9c7529cb36cd754469cad
      https://github.com/WebKit/WebKit/commit/d3b50bf65e58e9a5ead9c7529cb36cd754469cad
  Author: Jack Ren <me at rjk.pub>
  Date:   2025-01-08 (Wed, 08 Jan 2025)

  Changed paths:
    M Source/JavaScriptCore/fuzzilli/Fuzzilli.cpp

  Log Message:
  -----------
  Fix compilation error in Fuzzilli.cpp
https://bugs.webkit.org/show_bug.cgi?id=285489

Reviewed by Yusuke Suzuki.

This patch fixed the following problems:
(1) std::array cannot be used as std::span directly.
(2) operator""_span isn't available unless introduced wtf/text/ASCIILiteral.h.
(3) introduced some linux headers for interacting with fuzzilli.

* Source/JavaScriptCore/fuzzilli/Fuzzilli.cpp:
(Fuzzilli::initializeReprl):

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