mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +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