[Buildroot] [PATCH 1/1] libb64: Fix integer overflow and uninitialized C++ objects.

Peter Korsgaard peter at korsgaard.com
Tue Feb 19 07:25:50 UTC 2019


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at bootlin.com> writes:

 > On Thu, 23 Aug 2018 16:04:46 +0200
 > Mikael Eliasson <mikael at robomagi.com> 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 <mikael at robomagi.com>
 >> ---
 >> 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

Committed to 2018.02.x and 2018.11.x, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list