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
6ed4dc50
Commit
6ed4dc50
authored
Apr 27, 2022
by
Oran Agra
Browse files
Redis 6.0.17
parent
cbcdebe3
Changes
2
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
6ed4dc50
...
...
@@ -11,6 +11,25 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
================================================================================
Redis 6.0.17 Released Tue Jan 17 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
Bug Fixes
=========
* Avoid hang when client issues long SRANDMEMBER command and gets
disconnected by client output buffer limit (#11676)
* Lua: fix crash on a script call with many arguments, a regression in v6.0.16 (#9809)
* Lua: Add checks for min-slave-* configs when evaluating Lua scripts (#10160)
* Fix BITFIELD overflow detection on some compilers due to undefined behavior (#9601)
================================================================================
Redis 6.0.16 Released Mon Oct 4 12:00:00 IDT 2021
================================================================================
...
...
src/version.h
View file @
6ed4dc50
#define REDIS_VERSION "6.0.1
6
"
#define REDIS_VERSION_NUM 0x0006001
0
#define REDIS_VERSION "6.0.1
7
"
#define REDIS_VERSION_NUM 0x0006001
1
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