Redis 6.2.14

This commit is contained in:
Oran Agra 2023-10-17 13:43:45 +03:00
parent 2f27ebb414
commit 91863dd854
2 changed files with 16 additions and 2 deletions

View File

@ -12,6 +12,20 @@ SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
================================================================================
Redis 6.2.14 Released Wed 18 Oct 2023 10:33:40 IDT
================================================================================
Upgrade urgency SECURITY: See security fixes below.
Security fixes
==============
* (CVE-2023-45145) The wrong order of listen(2) and chmod(2) calls creates a
race condition that can be used by another process to bypass desired Unix
socket permissions on startup.
================================================================================
Redis 6.2.13 Released Mon July 10 12:00:00 IDT 2023
================================================================================

View File

@ -1,2 +1,2 @@
#define REDIS_VERSION "6.2.13"
#define REDIS_VERSION_NUM 0x0006020d
#define REDIS_VERSION "6.2.14"
#define REDIS_VERSION_NUM 0x0006020e