<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>296979</bug_id>
          
          <creation_ts>2025-08-05 17:08:46 -0700</creation_ts>
          <short_desc>[Fuzzilli] Fix build of Fuzzilli.cpp after WTF::Vector::data() became private</short_desc>
          <delta_ts>2025-08-10 15:09:40 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>294079</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="David Kilzer (:ddkilzer)">ddkilzer</reporter>
          <assigned_to name="David Kilzer (:ddkilzer)">ddkilzer</assigned_to>
          <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2134587</commentid>
    <comment_count>0</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2025-08-05 17:08:46 -0700</bug_when>
    <thetext>Fix build of Fuzzilli.cpp after WTF::Vector::data() became private.

Build error:

```
OpenSource/Source/JavaScriptCore/fuzzilli/Fuzzilli.cpp:120:20: error: &apos;data&apos; is a private member of
 &apos;WTF::Vector&lt;char&gt;&apos;
  120 |     memcpy(buffer-&gt;data(), reprlInputData, inputSize);
      |            ~~~~~~~~^~~~
In file included from OpenSource/Source/JavaScriptCore/fuzzilli/Fuzzilli.cpp:22:
In file included from OpenSource/Source/JavaScriptCore/fuzzilli/Fuzzilli.h:24:
OpenSource/WebKitBuild/Release/usr/local/include/wtf/Vector.h:1032:8: note: declared private here
 1032 |     T* data() LIFETIME_BOUND { return Base::buffer(); }
      |        ^
1 error generated.
```

Regressed with:

    Make Vector::data() private
    &lt;https://bugs.webkit.org/show_bug.cgi?id=294079&gt;
    &lt;rdar://153018667&gt;
    &lt;https://commits.webkit.org/296071@main&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2134588</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2025-08-05 17:09:10 -0700</bug_when>
    <thetext>&lt;rdar://problem/157610643&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2134592</commentid>
    <comment_count>2</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2025-08-05 17:13:15 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/48989</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2134697</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-08-06 09:09:44 -0700</bug_when>
    <thetext>Committed 298288@main (8d405296b4c3): &lt;https://commits.webkit.org/298288@main&gt;

Reviewed commits have been landed. Closing PR #48989 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2135554</commentid>
    <comment_count>4</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2025-08-10 15:06:56 -0700</bug_when>
    <thetext>Re-opening for pull request https://github.com/WebKit/WebKit/pull/49201</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2135555</commentid>
    <comment_count>5</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-08-10 15:09:39 -0700</bug_when>
    <thetext>Committed 298490@main (436e12a8c846): &lt;https://commits.webkit.org/298490@main&gt;

Reviewed commits have been landed. Closing PR #49201 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>