From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id C63CF23422 for ; Mon, 25 Feb 2019 06:58:35 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ovix49p8fPln for ; Mon, 25 Feb 2019 06:58:35 -0500 (EST) Received: from smtp5.mail.ru (smtp5.mail.ru [94.100.179.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 86A7F22E50 for ; Mon, 25 Feb 2019 06:58:35 -0500 (EST) Date: Mon, 25 Feb 2019 14:58:33 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH 0/4] Fix integer overflow behaviour during VDBE execution Message-ID: <20190225115833.lzrmz6uta32ebyn5@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Cc: v.shpilevoy@tarantool.org, Nikita Pettik 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