mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
kexec-tools: Ignore Fedora/RedHat specific CVE-2021-20269
(From OE-Core rev: d34567be6e87afdec55973f8f75be8d44b4acd1b) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
parent
e66a386604
commit
facedadb5c
@ -30,6 +30,9 @@ inherit autotools update-rc.d systemd
|
||||
export LDFLAGS = "-L${STAGING_LIBDIR}"
|
||||
EXTRA_OECONF = " --with-zlib=yes"
|
||||
|
||||
# affects kexec-tools shipped by Fedora versions prior to 2.0.21-8 and RHEL versions prior to 2.0.20-47.
|
||||
CVE_CHECK_WHITELIST += "CVE-2021-20269"
|
||||
|
||||
do_compile_prepend() {
|
||||
# Remove the prepackaged config.h from the source tree as it overrides
|
||||
# the same file generated by configure and placed in the build tree
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user