From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp61.i.mail.ru (smtp61.i.mail.ru [217.69.128.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id BB8374765E0 for ; Fri, 25 Dec 2020 16:09:00 +0300 (MSK) References: From: Leonid Vasiliev Message-ID: <41a964bf-b635-6ea6-858f-9a634ee2210d@tarantool.org> Date: Fri, 25 Dec 2020 16:08:54 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH v5 0/2] base64: Fix decoder, improve its performance List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Nikiforov , tarantool-patches@dev.tarantool.org Cc: Vladislav Shpilevoy , Sergey Nikiforov Hi! The patchset LGTM. I think it can be sent to A. Turenko to recive the second LGTM. Add links to issue and branch. On 25.12.2020 13:41, Sergey Nikiforov wrote: > From: Sergey Nikiforov > > First patch fixes #3069 and adds test for zero-sized output buffer, > second one improves base64 decoder performance > > Sergey Nikiforov (2): > base64: fix decoder output buffer overrun (reads) > base64: improve decoder performance > > test/unit/base64.c | 13 +++++++++- > test/unit/base64.result | 3 ++- > third_party/base64.c | 57 +++++++++++++++++++++++++++++------------ > 3 files changed, 54 insertions(+), 19 deletions(-) >