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 5430E4765E0 for ; Tue, 22 Dec 2020 13:41:30 +0300 (MSK) From: Sergey Nikiforov Date: Tue, 22 Dec 2020 13:41:19 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v3 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-v3 Issue: https://github.com/tarantool/tarantool/issues/3069 Sergey Nikiforov (2): base64: fix decoder output buffer overrun (reads) base64: improve decoder performance test/unit/base64.c | 7 +++- test/unit/base64.result | 84 +++++++++++++++++++++++++++-------------- third_party/base64.c | 58 +++++++++++++++++++--------- 3 files changed, 103 insertions(+), 46 deletions(-) -- 2.25.1