<?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>265743</bug_id>
          
          <creation_ts>2023-12-02 20:25:41 -0800</creation_ts>
          <short_desc>Enhance genericTypedArrayViewProtoFuncSortImpl to also handle an OutOfMemory case.</short_desc>
          <delta_ts>2025-03-12 18:50:39 -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>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="Mark Lam">mark.lam</reporter>
          <assigned_to name="Mark Lam">mark.lam</assigned_to>
          <cc>entryhii</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1996521</commentid>
    <comment_count>0</comment_count>
    <who name="Mark Lam">mark.lam</who>
    <bug_when>2023-12-02 20:25:41 -0800</bug_when>
    <thetext>rdar://119042412</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1996522</commentid>
    <comment_count>1</comment_count>
    <who name="Mark Lam">mark.lam</who>
    <bug_when>2023-12-02 20:43:52 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/21229</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1996648</commentid>
    <comment_count>2</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-12-03 23:30:00 -0800</bug_when>
    <thetext>Committed 271457@main (7dcd9cb1553a): &lt;https://commits.webkit.org/271457@main&gt;

Reviewed commits have been landed. Closing PR #21229 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1998873</commentid>
    <comment_count>3</comment_count>
    <who name="EntryHi">entryhii</who>
    <bug_when>2023-12-11 20:39:33 -0800</bug_when>
    <thetext>https://bugs.webkit.org/show_bug.cgi?id=265240

This is a bug I reported in 2023-11-22 and CC List is Mark Lam. Why this bug is fixed here and not in 265240. Should you update the status of bug265240? This is important to me. I need to know if my bug is fixed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2102131</commentid>
    <comment_count>4</comment_count>
    <who name="Yusuke Suzuki">ysuzuki</who>
    <bug_when>2025-03-10 21:06:45 -0700</bug_when>
    <thetext>*** Bug 265240 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2102658</commentid>
    <comment_count>5</comment_count>
    <who name="Mark Lam">mark.lam</who>
    <bug_when>2025-03-12 13:43:58 -0700</bug_when>
    <thetext>(In reply to EntryHi from comment #3)
&gt; https://bugs.webkit.org/show_bug.cgi?id=265240
&gt; 
&gt; This is a bug I reported in 2023-11-22 and CC List is Mark Lam. Why this bug
&gt; is fixed here and not in 265240. Should you update the status of bug265240?
&gt; This is important to me. I need to know if my bug is fixed.

Because we don&apos;t always fix bugs in the order they are filed on bugzilla.  This bug happened to be found internally, and we fixed it before we saw https://bugs.webkit.org/show_bug.cgi?id=265240.  Upon further examination, we discovered that https://bugs.webkit.org/show_bug.cgi?id=265240 is a dupe of this already fixed bug.

We apologize that we didn&apos;t see your bug first.  The fact that you filed a bug for this remains a fact and is documented in  Bugzilla.  We just happened to fix it first due to another report from a different source.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2102750</commentid>
    <comment_count>6</comment_count>
    <who name="EntryHi">entryhii</who>
    <bug_when>2025-03-12 18:50:39 -0700</bug_when>
    <thetext>(In reply to Mark Lam from comment #5)
&gt; (In reply to EntryHi from comment #3)
&gt; &gt; https://bugs.webkit.org/show_bug.cgi?id=265240
&gt; &gt; 
&gt; &gt; This is a bug I reported in 2023-11-22 and CC List is Mark Lam. Why this bug
&gt; &gt; is fixed here and not in 265240. Should you update the status of bug265240?
&gt; &gt; This is important to me. I need to know if my bug is fixed.
&gt; 
&gt; Because we don&apos;t always fix bugs in the order they are filed on bugzilla. 
&gt; This bug happened to be found internally, and we fixed it before we saw
&gt; https://bugs.webkit.org/show_bug.cgi?id=265240.  Upon further examination,
&gt; we discovered that https://bugs.webkit.org/show_bug.cgi?id=265240 is a dupe
&gt; of this already fixed bug.
&gt; 
&gt; We apologize that we didn&apos;t see your bug first.  The fact that you filed a
&gt; bug for this remains a fact and is documented in  Bugzilla.  We just
&gt; happened to fix it first due to another report from a different source.

Okay, I got it. Thanks for your replies.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>