Bug 265743
| Summary: | Enhance genericTypedArrayViewProtoFuncSortImpl to also handle an OutOfMemory case. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Lam <mark.lam> |
| Component: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | entryhii, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Mark Lam
rdar://119042412
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mark Lam
Pull request: https://github.com/WebKit/WebKit/pull/21229
EWS
Committed 271457@main (7dcd9cb1553a): <https://commits.webkit.org/271457@main>
Reviewed commits have been landed. Closing PR #21229 and removing active labels.
EntryHi
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.
Yusuke Suzuki
*** Bug 265240 has been marked as a duplicate of this bug. ***
Mark Lam
(In reply to EntryHi from comment #3)
> 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.
Because we don'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'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.
EntryHi
(In reply to Mark Lam from comment #5)
> (In reply to EntryHi from comment #3)
> > 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.
>
> Because we don'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'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.
Okay, I got it. Thanks for your replies.