Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
1c75ab06
Commit
1c75ab06
authored
Jan 12, 2023
by
Oran Agra
Browse files
Redis 7.0.8
parent
3f1f0203
Changes
2
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
1c75ab06
...
@@ -11,6 +11,27 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
...
@@ -11,6 +11,27 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
SECURITY: There are security fixes in the release.
SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
================================================================================
Redis 7.0.8 Released Mon Jan 16 12:00:00 IDT 2023
================================================================================
Upgrade urgency: SECURITY, contains fixes to security issues.
Security Fixes:
* (CVE-2022-35977) Integer overflow in the Redis SETRANGE and SORT/SORT_RO
commands can drive Redis to OOM panic
* (CVE-2023-22458) Integer overflow in the Redis HRANDFIELD and ZRANDMEMBER
commands can lead to denial-of-service
Bug Fixes
=========
* Avoid possible hang when client issues long KEYS, SRANDMEMBER, HRANDFIELD,
and ZRANDMEMBER commands and gets disconnected by client output buffer limit (#11676)
* Make sure that fork child doesn't do incremental rehashing (#11692)
* Fix a bug where blocking commands with a sub-second timeout would block forever (#11688)
* Fix sentinel issue if replica changes IP (#11590)
================================================================================
================================================================================
Redis 7.0.7 Released Fri Dec 16 12:00:00 IST 2022
Redis 7.0.7 Released Fri Dec 16 12:00:00 IST 2022
================================================================================
================================================================================
...
...
src/version.h
View file @
1c75ab06
#define REDIS_VERSION "7.0.
7
"
#define REDIS_VERSION "7.0.
8
"
#define REDIS_VERSION_NUM 0x0007000
7
#define REDIS_VERSION_NUM 0x0007000
8
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment