From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 DA88D45C304 for ; Tue, 15 Dec 2020 17:22:56 +0300 (MSK) From: Sergey Nikiforov Date: Tue, 15 Dec 2020 17:22:44 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v2 0/2] base64: Fix decoder, improve its performance List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org Cc: Vladislav Shpilevoy First patch fixes #3069, second one improves base64 decoder performance Branch: https://github.com/tarantool/tarantool/tree/void234/gh-3069-fix-base64-memory-overrun-v2 Issue: https://github.com/tarantool/tarantool/issues/3069 Sergey Nikiforov (2): base64: Fix decoder output buffer overrun (reads) base64: Improve decoder performance third_party/base64.c | 54 ++++++++++++++++++++++++++++++-------------- 1 file changed, 37 insertions(+), 17 deletions(-) -- 2.25.1