@@ -115,6 +115,11 @@ Integer overflow in `ImageChannel::resize` leads to heap OOB write via OpenEXRUt
115115* OSS-fuzz [ 504280155] ( https://issues.oss-fuzz.com/issues/504280155 )
116116Heap-buffer-overflow in ` DwaCompressor_uncompress `
117117
118+ Other bug fixes:
119+
120+ - Fix null-dereference read in ` prefixFromLayerName `
121+ - Fix Windows ARM64EC build issues and correct SIMD ARM NEON path for ARM64/EC
122+
118123Also, some minor documentation updates:
119124
120125- GitHub Security Advisories are the preferred way of reporting
@@ -125,6 +130,8 @@ Also, some minor documentation updates:
125130
126131* [ 2383] ( https://github.com/AcademySoftwareFoundation/openexr/pull/2383 )
127132validate that the uncompressed sizes recorded in the dwa header are valid
133+ * [ 2382] ( https://github.com/AcademySoftwareFoundation/openexr/pull/2382 )
134+ Fix Null-dereference READ in prefixFromLayerName
128135* [ 2378] ( https://github.com/AcademySoftwareFoundation/openexr/pull/2378 )
129136Harden IDManifest parsing against illegal shift and string prefix OOB
130137* [ 2377] ( https://github.com/AcademySoftwareFoundation/openexr/pull/2377 )
@@ -139,6 +146,8 @@ Fix int overflow in ImageChannel::resize pixel count
139146Recommend GH Security Advisories for vulnerability reporting
140147* [ 2361] ( https://github.com/AcademySoftwareFoundation/openexr/pull/2361 )
141148Add documentation and test for UTF-8 file paths
149+ * [ 2344] ( https://github.com/AcademySoftwareFoundation/openexr/pull/2344 )
150+ Fix Windows ARM64EC build issues and correct SIMD ARM NEON path for ARM64/EC
142151
143152### Merged Workflow Pull Requests
144153
0 commit comments