From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Wed, 6 Feb 2019 16:31:22 +0100 Subject: [Buildroot] [PATCH 1/1] libb64: Fix integer overflow and uninitialized C++ objects. In-Reply-To: <20180823140446.6434-1-mikael@robomagi.com> References: <20180823140446.6434-1-mikael@robomagi.com> Message-ID: <20190206163122.64783086@windsurf> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Thu, 23 Aug 2018 16:04:46 +0200 Mikael Eliasson wrote: > Fixes a runtime bug on compilers where unsigned char is the default. > Fixes a runtime bug where _state variable in the encoder and decoder > c++ objects where not initialized by the constructors. > > Signed-off-by: Mikael Eliasson > --- > package/libb64/0001-Integer-overflows.patch | 68 +++++++++++++++++++ > .../libb64/0002-Initialize-C++-objects.patch | 35 ++++++++++ > 2 files changed, 103 insertions(+) > create mode 100644 package/libb64/0001-Integer-overflows.patch > create mode 100644 package/libb64/0002-Initialize-C++-objects.patch Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com