Fix ZUC out-of-bounds read

This commit is contained in:
Zhi Guan
2026-06-14 15:36:02 +08:00
parent 5c67b5963d
commit f6f049256c
4 changed files with 13 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ extern "C" {
// Also update CPACK_PACKAGE_VERSION in CMakeLists.txt
#define GMSSL_VERSION_NUM 30200
#define GMSSL_VERSION_STR "GmSSL 3.2.0-dev.1039"
#define GMSSL_VERSION_STR "GmSSL 3.2.0-dev.1042"
int gmssl_version_num(void);
const char *gmssl_version_str(void);