<?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>285158</bug_id>
          
          <creation_ts>2024-12-25 19:46:29 -0800</creation_ts>
          <short_desc>Null dereference under JSC::Structure::shouldConvertToPolyProto()</short_desc>
          <delta_ts>2024-12-26 11:59:13 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</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>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Chris Dumez">cdumez</reporter>
          <assigned_to name="Chris Dumez">cdumez</assigned_to>
          <cc>darin</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2083943</commentid>
    <comment_count>0</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2024-12-25 19:46:29 -0800</bug_when>
    <thetext>Null deference under JSC::Structure::shouldConvertToPolyProto(), which is undefined behavior. This was found by adding a RELEASE_ASSERT() under `RefPtr::operator-&gt;()`:
```
Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   JavaScriptCore                	       0x12ede77f4 WTFCrashWithInfo(int, char const*, char const*, int) + 132 (Assertions.h:902)
1   JavaScriptCore                	       0x12f58f1c4 WTF::RefPtr&lt;WTF::Box&lt;JSC::InlineWatchpointSet&gt;::Data, WTF::RawPtrTraits&lt;WTF::Box&lt;JSC::InlineWatchpointSet&gt;::Data&gt;, WTF::DefaultRefDerefTraits&lt;WTF::Box&lt;JSC::InlineWatchpointSet&gt;::Data&gt;&gt;::operator-&gt;() const + 140 (RefPtr.h:69)
2   JavaScriptCore                	       0x12f642378 WTF::Box&lt;JSC::InlineWatchpointSet&gt;::get() const + 28 (Box.h:58)
3   JavaScriptCore                	       0x12f64209c JSC::Structure::shouldConvertToPolyProto(JSC::Structure const*, JSC::Structure const*) + 284 (StructureInlines.h:727)
4   JavaScriptCore                	       0x12f6d0090 JSC::StructureStubInfo::upgradeForPolyProtoIfNecessary(JSC::GCSafeConcurrentJSLocker const&amp;, JSC::VM&amp;, JSC::CodeBlock*, WTF::Vector&lt;JSC::AccessCase*, 16ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc&gt; const&amp;, JSC::AccessCase&amp;)::$_0::operator()(JSC::Structure*, JSC::Structure*) const + 48 (StructureStubInfo.cpp:119)
5   JavaScriptCore                	       0x12f6cff70 JSC::StructureStubInfo::upgradeForPolyProtoIfNecessary(JSC::GCSafeConcurrentJSLocker const&amp;, JSC::VM&amp;, JSC::CodeBlock*, WTF::Vector&lt;JSC::AccessCase*, 16ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc&gt; const&amp;, JSC::AccessCase&amp;) + 252 (StructureStubInfo.cpp:135)
6   JavaScriptCore                	       0x12f6d05a0 JSC::StructureStubInfo::addAccessCase(JSC::GCSafeConcurrentJSLocker const&amp;, JSC::JSGlobalObject*, JSC::CodeBlock*, JSC::ECMAMode, JSC::CacheableIdentifier, WTF::RefPtr&lt;JSC::AccessCase, WTF::RawPtrTraits&lt;JSC::AccessCase&gt;, WTF::DefaultRefDerefTraits&lt;JSC::AccessCase&gt;&gt;)::$_0::operator()(WTF::Ref&lt;JSC::AccessCase, WTF::RawPtrTraits&lt;JSC::AccessCase&gt;, WTF::DefaultRefDerefTraits&lt;JSC::AccessCase&gt;&gt;&amp;&amp;) const + 196 (StructureStubInfo.cpp:159)
```</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2083944</commentid>
    <comment_count>1</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2024-12-25 19:48:05 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/38379</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2083993</commentid>
    <comment_count>2</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2024-12-26 11:58:03 -0800</bug_when>
    <thetext>Committed 288298@main (b88f3785dca4): &lt;https://commits.webkit.org/288298@main&gt;

Reviewed commits have been landed. Closing PR #38379 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2083994</commentid>
    <comment_count>3</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2024-12-26 11:59:13 -0800</bug_when>
    <thetext>&lt;rdar://problem/142069909&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>