Workaround ASAN false positive stack-buffer-underflow in pas_fast_large_free_heap_try_allocate. Use the same workaround as Bug 236001. <rdar://97106809>
These two tests will always crash when run without this workaround: LayoutTests/fast/selectors/nth-child-of-boundaries-2.html LayoutTests/fast/selectors/nth-child-of-boundaries-3.html
Pull request: https://github.com/WebKit/WebKit/pull/3830
Committed 253973@main (0427d190dce9): <https://commits.webkit.org/253973@main> Reviewed commits have been landed. Closing PR #3830 and removing active labels.
Oops, this was a stack-use-after-scope, not a stack-buffer-overflow. Not sure how I typed the wrong issue in the original title!