georust / gdal

Rust bindings for GDAL
https://crates.io/crates/gdal
MIT License
339 stars 92 forks source link

Validate output length in MDArray::read_into_slice #480

Closed lnicola closed 7 months ago

lnicola commented 7 months ago

Alternative to https://github.com/georust/gdal/pull/475.

We move the FFI code into an unsafe function that takes a pointer and validate the output length in the caller.

r? @rouault, r? @metasim