[PATCH v2 1/3] sql: allocate memory for index_id in VDBE

Vladimir Davydov vdavydov.dev at gmail.com
Thu Apr 4 19:00:07 MSK 2019


On Wed, Apr 03, 2019 at 07:58:32PM +0300, imeevma at tarantool.org wrote:
> Currently, the memory for index_id is not allocated in VDBE code
> in the sql_code_drop_table() and sql_drop_index() functions. This
> may lead to SEGMENTATION FAULT.
> 
> Needed for #2843
> ---
>  src/box/sql/build.c | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)

Ack



More information about the Tarantool-patches mailing list