mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
Use-after-free happens because we take a ref to keyspace_name, which is stack allocated, and ceases to exist after the next deferring action. Fixes #7209. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com> Message-Id: <20200909210741.104397-1-raphaelsc@scylladb.com>