File tree 4 files changed +11
-6
lines changed
4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : CI Fuzz
2
- on : [pull_request]
2
+ on : [push, pull_request]
3
3
jobs :
4
4
Fuzzing :
5
5
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
- # Announcing C-Blosc2 2.14.2
1
+ # Announcing C-Blosc2 2.14.3
2
2
A fast, compressed and persistent binary data store library for C.
3
3
4
4
## What is new?
5
5
6
- This is a maintenance release. Security issue CVE- 2024 -3203 and
7
- CVE- 2024 -3204 have been fixed .
6
+ This is a maintenance release. We have fixed some additional security
7
+ issues discovered by OSS-Fuzz .
8
8
9
9
For more info, please see the release notes in:
10
10
Original file line number Diff line number Diff line change 1
1
Release notes for C-Blosc2
2
2
==========================
3
3
4
+ Changes from 2.14.2 to 2.14.3
5
+ =============================
6
+
7
+ * More fixes for internal fuzzer.
8
+
4
9
Changes from 2.14.1 to 2.14.2
5
10
=============================
6
11
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ extern "C" {
83
83
/* Version numbers */
84
84
#define BLOSC2_VERSION_MAJOR 2 /* for major interface/format changes */
85
85
#define BLOSC2_VERSION_MINOR 14 /* for minor interface/format changes */
86
- #define BLOSC2_VERSION_RELEASE 2 /* for tweaks, bug-fixes, or development */
86
+ #define BLOSC2_VERSION_RELEASE 3 /* for tweaks, bug-fixes, or development */
87
87
88
- #define BLOSC2_VERSION_STRING "2.14.2 " /* string version. Sync with above! */
88
+ #define BLOSC2_VERSION_STRING "2.14.3 " /* string version. Sync with above! */
89
89
#define BLOSC2_VERSION_DATE "$Date:: 2023-04-06 #$" /* date version */
90
90
91
91
You can’t perform that action at this time.
0 commit comments