mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
package/openjpeg: add CVE-2020-15389 entry
Commitb006cc373fforgot to add the OPENJPEG_IGNORE_CVES entry Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit77ef9c333c) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
3846f2ea4e
commit
2665c6793f
@@ -20,6 +20,9 @@ OPENJPEG_IGNORE_CVES += CVE-2020-6851
|
||||
# 0007-opj_tcd_init_tile-avoid-integer-overflow.patch
|
||||
OPENJPEG_IGNORE_CVES += CVE-2020-8112
|
||||
|
||||
# 0008-opj_decompress-fix-double-free-on-input-directory-with-mix-of-valid.patch
|
||||
OPENJPEG_IGNORE_CVES += CVE-2020-15389
|
||||
|
||||
OPENJPEG_DEPENDENCIES += $(if $(BR2_PACKAGE_ZLIB),zlib)
|
||||
OPENJPEG_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBPNG),libpng)
|
||||
OPENJPEG_DEPENDENCIES += $(if $(BR2_PACKAGE_TIFF),tiff)
|
||||
|
||||
Reference in New Issue
Block a user