0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-03-10 05:56:52 -04:00
rusty-v8/tests
Andreu Botella 06648dd1bd
fix: segfault when dropping BackingStore constructed from empty slice (#851)
This fixes in a segmentation fault when dropping a `BackingStore`
constructed through `ArrayBuffer::new_backing_store_from_boxed_slice()`
from an empty slice, since zero length boxed slices are invalid
(dangling) pointers, while Rust expects a `Box<c_void>` to always be a
valid pointer.

Fixes: #849
2021-12-13 15:37:59 -08:00
..
compile_fail chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
slots.rs chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
test_api.rs fix: segfault when dropping BackingStore constructed from empty slice (#851) 2021-12-13 15:37:59 -08:00
test_api_entropy_source.rs chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
test_api_flags.rs chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
test_concurrent_isolate_creation_and_disposal.rs v8: fix segfault during concurrent isolate creation/disposal on Windows (#829) 2021-11-17 09:52:27 -08:00
test_platform_atomics_pump_message_loop.rs test: don't use --harmony-top-level-await flag (#854) 2021-12-12 21:25:01 -08:00
test_single_threaded_default_platform.rs chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
test_ui.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00