tarantool / tt

Command-line utility to manage Tarantool applications
Other
101 stars 12 forks source link

connect: fix crash due to an empty response #965

Closed oleg-jukovec closed 1 month ago

oleg-jukovec commented 2 months ago

We did not check the response size, which may lead to a crash due to an index out of range.

Closes #964