Files
scylladb/redis
Nadav Har'El 9636a33993 redis: fix use-after-free crash in "exists" command
A missing "&" caused the key stored in a long-living command to be copied
and the copy quickly freed - and then used after freed.
This caused the test test_strings.py::test_exists_multiple_existent_key for
this feature to frequently crash.

Fixes #6469

Signed-off-by: Nadav Har'El <nyh@scylladb.com>
Message-Id: <20200823190141.88816-1-nyh@scylladb.com>
2020-08-24 11:41:43 +03:00
..
2020-07-14 10:56:23 +03:00
2020-07-14 10:56:23 +03:00
2020-04-13 10:46:45 +09:00
2020-03-22 13:16:20 +02:00
2020-03-03 11:34:00 +01:00
2020-04-27 13:58:33 +09:00
2020-03-22 13:16:20 +02:00