mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
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>