[tarantool-patches] Re: [PATCH 0/4] Fix integer overflow behaviour during VDBE execution

Kirill Yukhin kyukhin at tarantool.org
Mon Feb 25 14:58:33 MSK 2019


Hello,

On 20 Feb 14:57, Nikita Pettik wrote:
> Branch: https://github.com/tarantool/tarantool/tree/np/gh-3735-integer-overflow
> Issue: https://github.com/tarantool/tarantool/issues/3735
> 
> Current patch-set fixes integer overflow behaviour during VDBE
> execution. Originally, SQLite acts quite misleading in such
> situations: intead of raising error, it simply treats overflowed
> integers as floating point numbers. Lets fix it everywhere it is
> possible (math and CAST operators, validate decoded msgpack).

I've checked your patches into 2.1 branch.

--
Regards, Kirill Yukhin




More information about the Tarantool-patches mailing list