Skip to content
Snippets Groups Projects
Commit 1329a652 authored by Ilya Verbin's avatar Ilya Verbin Committed by Vladimir Davydov
Browse files

lua: fix uninitialized var usage in luamp_encode_with_translation

`*type_out` was set to uninitialized value for `field->type == MP_EXT`.
This was introduced by commit 9f9142d6 ("box: cleanup on tuple encoding
failure")

Closes #9023

NO_DOC=bugfix
NO_CHANGELOG=not user-visible

(cherry picked from commit bbfaef3b)
parent 41d9d93f
No related branches found
No related tags found
Loading
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