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 2ABE92624B for ; Wed, 20 Feb 2019 13:46:38 -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 o-VTy_iDPcg9 for ; Wed, 20 Feb 2019 13:46:38 -0500 (EST) Received: from smtp3.mail.ru (smtp3.mail.ru [94.100.179.58]) (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 D7A5726043 for ; Wed, 20 Feb 2019 13:46:37 -0500 (EST) Date: Wed, 20 Feb 2019 21:46:35 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH 4/4] sql: raise integer overflow error during msgpack decode Message-ID: <20190220184635.GA19983@chai> References: <20190220182521.GE3412@chai> <88BEBC9C-84E0-4676-9E42-6E3AB04A0CB9@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <88BEBC9C-84E0-4676-9E42-6E3AB04A0CB9@tarantool.org> 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: "n.pettik" Cc: tarantool-patches@freelists.org, Vladislav Shpilevoy * n.pettik [19/02/20 21:41]: > > It is to be implemented in scope of #3810 issue. Without this patch > operations on integers values in range [INT64_MAX, UIN64_MAX] > lead to unpredictable results. So, I guess you won’t argue that > error raising as at least temporary fix is significantly better than > misleading results. I agree. -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov