Skip to content

Commit f5d4fed

Browse files
committed
Add 2344 and 2382 to v3.4.11 notes
Signed-off-by: Cary Phillips <cary@ilm.com>
1 parent f6d6fd3 commit f5d4fed

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
116116
Heap-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+
118123
Also, 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)
127132
validate 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)
129136
Harden 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
139146
Recommend GH Security Advisories for vulnerability reporting
140147
* [2361](https://github.com/AcademySoftwareFoundation/openexr/pull/2361)
141148
Add 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

Comments
 (0)