mirror of
https://github.com/napi-rs/napi-rs.git
synced 2026-01-25 15:38:06 +00:00
* fix: Safely return empty slices if TypedArray buffer is null ptr * fix: Only dispose of TypedArray if the data is not a nullptr * test: Add a regression test for typed array null ptr deref