From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] libb64: Fix integer overflow and uninitialized C++ objects.
Date: Wed, 6 Feb 2019 16:31:22 +0100 [thread overview]
Message-ID: <20190206163122.64783086@windsurf> (raw)
In-Reply-To: <20180823140446.6434-1-mikael@robomagi.com>
On Thu, 23 Aug 2018 16:04:46 +0200
Mikael Eliasson <mikael@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@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
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2019-02-06 15:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-23 14:04 [Buildroot] [PATCH 1/1] libb64: Fix integer overflow and uninitialized C++ objects Mikael Eliasson
2019-02-06 15:31 ` Thomas Petazzoni [this message]
2019-02-19 7:25 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190206163122.64783086@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.