denoland / rusty_v8

Rust bindings for the V8 JavaScript engine
https://crates.io/crates/v8
MIT License
3.27k stars 307 forks source link

Fix uninitialized context annex slot #1497

Closed littledivy closed 3 months ago

littledivy commented 3 months ago

Attempts to clear_all_slots would crash when annex slot is not intialized but is also non-null garbage value. This patch makes sure we initialize a valid annex slot.