tb b8bb52ab64 Avoid an out-of-bounds read in the redis-sentinel
The Redis sentinel would crash with a segfault after a few minutes because
it tried to read from a page without read permissions. Check up front
whether the sds is long enough to contain redis:slave or redis:master
before memcmp() as is done everywhere else in sentinelRefreshInstanceInfo().

From Nam Nguyen
2020-06-28 10:47:15 +00:00
..
2018-09-02 11:08:51 +00:00
2020-06-14 07:35:36 +00:00