package/pixman: ignore CVE-2023-37769
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a9c74c5b7f
commit
19921699b3
@ -24,6 +24,13 @@ PIXMAN_CONF_OPTS = \
|
||||
--disable-loongson-mmi \
|
||||
--disable-arm-iwmmxt
|
||||
|
||||
# Affects only tests, and we don't build tests (see
|
||||
# 0001-Disable-tests.patch). See
|
||||
# https://gitlab.freedesktop.org/pixman/pixman/-/issues/76, which says
|
||||
# "not sure why NVD keeps assigning CVEs like this. This is just a
|
||||
# test executable".
|
||||
PIXMAN_IGNORE_CVES += CVE-2023-37769
|
||||
|
||||
# The ARM SIMD code from pixman requires a recent enough ARM core, but
|
||||
# there is a runtime CPU check that makes sure it doesn't get used if
|
||||
# the HW doesn't support it. The only case where the ARM SIMD code
|
||||
|
Loading…
Reference in New Issue
Block a user