Skip to content

Commit 3b0d18c

Browse files
committed
Add PR 1630 and 1632
Signed-off-by: Cary Phillips <[email protected]>
1 parent 00090b4 commit 3b0d18c

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGES.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# OpenEXR Release Notes
55

6-
* [Version 3.1.12](#version-3112-february-5-2023) February 5, 2024
6+
* [Version 3.1.12](#version-3112-february-11-2023) February 11, 2024
77
* [Version 3.1.11](#version-3111-august-13-2023) August 13, 2023
88
* [Version 3.1.10](#version-3110-august-2-2023) August 2, 2023
99
* [Version 3.1.9](#version-319-june-25-2023) June 25, 2023
@@ -66,7 +66,7 @@
6666
* [Version 1.0.1](#version-101)
6767
* [Version 1.0](#version-10)
6868

69-
## Version 3.1.12 (February 5, 2024)
69+
## Version 3.1.12 (February 11, 2024)
7070

7171
Patch release that addresses
7272
[CVE-2023-5841](https://takeonme.org/cves/CVE-2023-5841.html).
@@ -75,8 +75,19 @@ Note that this bug is present in the C++ API (since v3.1.0), although
7575
it is in a routine that is predominantly used for development and
7676
testing. It is not likely to appear in production code.
7777

78+
This release also addresses:
79+
80+
* OSS-fuzz [66491](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66491)
81+
Out-of-memory in openexr_exrcorecheck_fuzzer
82+
* OSS-fuzz [66489](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66489)
83+
Null-dereference in `Imf_3_3::realloc_deepdata`
84+
7885
### Merged Pull Requests
7986

87+
* [1632](https://github.com/AcademySoftwareFoundation/openexr/pull/1632)
88+
adjust checks for core to better match c++ checks
89+
* [1630](https://github.com/AcademySoftwareFoundation/openexr/pull/1630)
90+
fix issue with unpacking sample counts
8091
* [1627](https://github.com/AcademySoftwareFoundation/openexr/pull/1627)
8192
Fix CVE 2023 5841
8293

0 commit comments

Comments
 (0)