Skip to content
Snippets Groups Projects
Commit b89c62bd authored by Maria's avatar Maria Committed by Nikita Pettik
Browse files

Fix use-after-free in memtx_tuple_delete()


Struct of type tuple_format is being passed as an argument to
tuple_format_unref() where it might be freed. On such occasion any
further references to format fields should not take place.

Acked-by: default avatarCyrill Gorcunov <gorcunov@gmail.com>

Closes #4658

(cherry picked from commit c08b94ed)
parent 7a996f22
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment