summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libarchive/libarchive_3.3.3.bb
diff options
context:
space:
mode:
authorAndrej Valek <andrej.valek@siemens.com>2018-10-10 15:40:14 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-10 23:23:55 +0100
commit459506272b8800604886f6bd3bc32ee09d7bb906 (patch)
tree16d63a626a98b776a32556ef8ae15069bb141f66 /meta/recipes-extended/libarchive/libarchive_3.3.3.bb
parentd0d55add6cb01252a46d829ade75666920b676fa (diff)
downloadopenembedded-core-contrib-459506272b8800604886f6bd3bc32ee09d7bb906.tar.gz
libarchive: fix bug1066
Fix out of bounds read on empty string filename for guntar, pax and v7tar Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libarchive/libarchive_3.3.3.bb')
-rw-r--r--meta/recipes-extended/libarchive/libarchive_3.3.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_3.3.3.bb b/meta/recipes-extended/libarchive/libarchive_3.3.3.bb
index eabab16770..46a3d43762 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.3.3.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.3.3.bb
@@ -33,6 +33,7 @@ EXTRA_OECONF += "--enable-largefile"
SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz \
file://non-recursive-extract-and-list.patch \
+ file://bug1066.patch \
"
SRC_URI[md5sum] = "4038e366ca5b659dae3efcc744e72120"