tarantool / avro-schema

Apache Avro schema tools for Tarantool
57 stars 4 forks source link

Fix temp_msgpack_gc/flatten race bug #110

Closed Khatskevich closed 6 years ago

Khatskevich commented 6 years ago

In case one calls flatten/unflatten on a lua table, it was converted to msgpack first. Before this patch the msgpack was not referenced, however was accessed in the flatten procedure by a raw pointer.

Closes #109

Khatskevich commented 6 years ago

Pushed