]> code.ossystems Code Review - openembedded-core.git/commit
cpio: fix crash when appending to archives
authorRoss Burton <ross.burton@intel.com>
Thu, 29 Nov 2018 11:42:14 +0000 (11:42 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Jan 2019 20:12:07 +0000 (20:12 +0000)
commit2ff6ab2e2944c6a53523b4b1611e1d22f6393500
tree03a642c33354eb1af023ccb0315273c57ee2a69b
parent9037102e38e55a47102660daa274db544a79463f
cpio: fix crash when appending to archives

The upstream fix for CVE-2016-2037 introduced a read from uninitialized memory
bug when appending to an existing archive, which is an operation we perform when
building an image.

(From OE-Core rev: 046e3e1fca925febf47b3fdd5d4e9ee2e1fad868)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-extended/cpio/cpio-2.12/0001-Fix-segfault-with-append.patch [new file with mode: 0644]
meta/recipes-extended/cpio/cpio_2.12.bb