mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/ghostscript: fix CVE-2021-45949
Ghostscript GhostPDL 9.50 through 9.54.0 has a heap-based buffer overflow in sampled_data_finish (called from sampled_data_continue and interp). Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
70910c4092
commit
c817641331
@@ -27,6 +27,9 @@ GHOSTSCRIPT_IGNORE_CVES += CVE-2021-3781
|
||||
# 0003-oss-fuzz-30715-Check-stack-limits-after-function-evaluation.patch
|
||||
GHOSTSCRIPT_IGNORE_CVES += CVE-2021-45944
|
||||
|
||||
# 0004-Bug-703902-Fix-op-stack-management-in-sampled_data_continue.patch
|
||||
GHOSTSCRIPT_IGNORE_CVES += CVE-2021-45949
|
||||
|
||||
# Ghostscript includes (old) copies of several libraries, delete them.
|
||||
# Inspired by linuxfromscratch:
|
||||
# http://www.linuxfromscratch.org/blfs/view/svn/pst/gs.html
|
||||
|
||||
Reference in New Issue
Block a user