<?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>240596</bug_id>
          
          <creation_ts>2022-05-18 13:33:08 -0700</creation_ts>
          <short_desc>Build with -Wno-stringop-overflow when using GCC</short_desc>
          <delta_ts>2022-05-26 13:46:51 -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>WebKitGTK</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></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Michael Catanzaro">mcatanzaro</reporter>
          <assigned_to name="Michael Catanzaro">mcatanzaro</assigned_to>
          <cc>bugs-noreply</cc>
    
    <cc>mcatanzaro</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1870131</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2022-05-18 13:33:08 -0700</bug_when>
    <thetext>I&apos;m starting to see more -Wstringop-overflow warnings from GCC, similar to bug #239340.  E.g.:

[547/807] Building CXX object Source/WebKit/CMakeFiles/Web...ces/WebKit/unified-sources/UnifiedSource-54928a2b-33.cpp.o
In file included from /usr/include/c++/12/bits/shared_ptr_atomic.h:33,
                 from /usr/include/c++/12/memory:78,
                 from /home/mcatanzaro/Projects/WebKit/WebKitBuild/GNOME-gtk3/WTF/Headers/wtf/StdLibExtras.h:30,
                 from /home/mcatanzaro/Projects/WebKit/WebKitBuild/GNOME-gtk3/WTF/Headers/wtf/FastMalloc.h:26,
                 from /home/mcatanzaro/Projects/WebKit/Source/WebKit/config.h:42,
                 from /home/mcatanzaro/Projects/WebKit/Source/WebKit/WebProcess/UserContent/WebUserContentController.cpp:26,
                 from /home/mcatanzaro/Projects/WebKit/WebKitBuild/GNOME-gtk3/DerivedSources/WebKit/unified-sources/UnifiedSource-54928a2b-33.cpp:1:
In member function ‘std::__atomic_base&lt;_IntTp&gt;::__int_type std::__atomic_base&lt;_IntTp&gt;::operator++() [with _ITp = unsigned int]’,
    inlined from ‘void WTF::ThreadSafeRefCountedBase::ref() const’ at /home/mcatanzaro/Projects/WebKit/WebKitBuild/GNOME-gtk3/WTF/Headers/wtf/ThreadSafeRefCounted.h:60:9,
    inlined from ‘WTF::Ref&lt;T, &lt;template-parameter-1-2&gt; &gt;::Ref(T&amp;) [with T = WebCore::Frame; Traits = WTF::RawPtrTraits&lt;WebCore::Frame&gt;]’ at /home/mcatanzaro/Projects/WebKit/WebKitBuild/GNOME-gtk3/WTF/Headers/wtf/Ref.h:67:19,
    inlined from ‘WTF::RefPtr&lt;WebKit::ShareableBitmap&gt; WebKit::createShareableBitmap(WebCore::RenderImage&amp;, CreateShareableBitmapFromImageOptions&amp;&amp;)’ at /home/mcatanzaro/Projects/WebKit/Source/WebKit/WebProcess/WebCoreSupport/ShareableBitmapUtilities.cpp:46:35:
/usr/include/c++/12/bits/atomic_base.h:385:34: warning: ‘unsigned int __atomic_add_fetch_4(volatile void*, unsigned int, int)’ writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
  385 |       { return __atomic_add_fetch(&amp;_M_i, 1, int(memory_order_seq_cst)); }
      |                ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

There&apos;s another one in HTMLMediaElement. It&apos;s not a very impressive showing for GCC, because incrementing a refcount does not involve any string operations. It&apos;s time to just give up and suppress this project-wide.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1872040</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2022-05-26 10:23:19 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/1055</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1872094</commentid>
    <comment_count>2</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-05-26 13:46:48 -0700</bug_when>
    <thetext>Committed r294895 (251018@main): &lt;https://commits.webkit.org/251018@main&gt;

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

    </bug>

</bugzilla>