fix: crash in v8 due to regexp reentrancy (#31102)

This commit is contained in:
Robo 2021-09-27 07:58:16 -07:00 committed by GitHub
parent 98ac0ca52a
commit 68c738a177
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2245 additions and 0 deletions

View file

@ -7,3 +7,6 @@ do_not_export_private_v8_symbols_on_windows.patch
fix_build_deprecated_attirbute_for_older_msvc_versions.patch
fix_disable_implies_dcheck_for_node_stream_array_buffers.patch
cppgc-js_support_eager_traced_value_in_ephemeron_pairs.patch
regexp_add_a_currently_failing_cctest_for_irregexp_reentrancy.patch
regexp_allow_reentrant_irregexp_execution.patch
regexp_remove_the_stack_parameter_from_regexp_matchers.patch