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 BC0252499C for ; Wed, 9 Jan 2019 02:20:19 -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 uaB_JzxvRcnP for ; Wed, 9 Jan 2019 02:20:19 -0500 (EST) Received: from smtp29.i.mail.ru (smtp29.i.mail.ru [94.100.177.89]) (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 0B8BB21C0A for ; Wed, 9 Jan 2019 02:20:18 -0500 (EST) Date: Wed, 9 Jan 2019 10:20:15 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] sql: fix lemon memory leak reported by ASAN Message-ID: <20190109072015.gruplrs6gyrcu66w@tarantool.org> References: <9dbcaa3afae39cc46a8e6da5e00b5d62179ed016.1546692811.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <9dbcaa3afae39cc46a8e6da5e00b5d62179ed016.1546692811.git.alexander.turenko@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: tarantool-patches@freelists.org Cc: Nikita Pettik , Alexander Turenko Hello, On 05 Jan 16:13, Alexander Turenko wrote: > It catched by ASAN at build time (lemon is executed to generate > parse.[ch]), so tarantool couldn't be built with -DENABLE_ASAN=ON. > --- > > no issue > https://github.com/tarantool/tarantool/tree/Totktonada/fix-lemon-memleak I've pushed your patch into 2.1 branch. Should we propose a patch to SQLite? -- Regards, Kirill Yukhin