mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-28 18:50:53 +00:00
Due to small value optimization used in `bytes`, views to `bytes` stored in `vector` can be invalidated when the vector resizes, resulting in use-after-free and data corruption. Fix that. Closes #8105 * github.com:scylladb/scylla: cdc: log: avoid an unnecessary copy cdc: log: fix use-after-free in process_bytes_visitor