Rasterio 1.3.8 fixes three bugs that can result in segmentation faults due to doubly freed memory and illegal memory access.
Bug fixes
- Rasterio's Python file VSI plugin is now compatible with GDAL VRTs such as the one used for boundless reads of datasets (#2856).
- Crashes when accessing the block shapes of a multidataset HDF5 file are now prevented (#2859).
- Adds a workaround for a GDAL multithreaded compression bug introduced in 3.6.0 (#2851).