package/libb64: fix integer overflow and uninitialized C++ objects
authorMikael Eliasson <mikael@robomagi.com>
Thu, 23 Aug 2018 14:04:46 +0000 (16:04 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 6 Feb 2019 15:17:54 +0000 (16:17 +0100)
commit3d76bde1a9b1e15f435b9070ee338be393f0f893
treed3f9c97af79ee4597d9c7d328945ec5d2b0bdaf3
parent2c74d0aabb11a23a0a3e86827795a223b61cf42e
package/libb64: fix integer overflow and uninitialized C++ objects

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libb64/0001-Integer-overflows.patch [new file with mode: 0644]
package/libb64/0002-Initialize-C++-objects.patch [new file with mode: 0644]