]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-9.3.inc: Mark CVE-2019-15847 as fixed
authorKhem Raj <raj.khem@gmail.com>
Tue, 11 Aug 2020 18:33:07 +0000 (11:33 -0700)
committerSteve Sakoman <steve@sakoman.com>
Wed, 12 Aug 2020 14:29:38 +0000 (04:29 -1000)
We do not have explicit patch to mark it and cve checker gets confused,
so help it out

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/gcc/gcc-9.3.inc

index b0411078d326ab2de8ad481776df200814643ce7..38dee001d4451c81ae6e3eb2a0fdd49a10f37703 100644 (file)
@@ -23,6 +23,8 @@ LIC_FILES_CHKSUM = "\
     file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8 \
 "
 
+CVE_CHECK_WHITELIST += "CVE-2019-15847"
+
 BASEURI ?= "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.xz"
 #RELEASE ?= "5a5ca2d"
 #BASEURI ?= "https://repo.or.cz/official-gcc.git/snapshot/${RELEASE}.tar.gz;downloadfilename=gcc-${RELEASE}.tar.gz"