Files
scylladb/sstables
Raphael S. Carvalho 6fe853fe7b sstables: fix possible use-after-free
buf is a stack variable, so it may be destroyed by the time it's
used by output_stream::write().

Spotted while auditing the code.

Signed-off-by: Raphael S. Carvalho <raphaelsc@cloudius-systems.com>
2015-09-02 09:26:06 +03:00
..
2015-08-24 19:17:31 -05:00