]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
ghostscript: add CVE tag for check-stack-limits-after-function-evalution.patch
authorChee Yang Lee <chee.yang.lee@intel.com>
Mon, 20 Mar 2023 09:51:18 +0000 (17:51 +0800)
committerSteve Sakoman <steve@sakoman.com>
Mon, 20 Mar 2023 14:42:00 +0000 (04:42 -1000)
This patch fix CVE-2021-45944.
https://nvd.nist.gov/vuln/detail/CVE-2021-45944

Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-extended/ghostscript/ghostscript/check-stack-limits-after-function-evalution.patch

index 722bab4ddbaa11a1658bdc7d463c078d39cbd16c..77eec7d158ff6f1a4b3119b5c15cabd1a5f2e161 100644 (file)
@@ -14,7 +14,7 @@ stack than are available.
 
 To cope, add in stack limit checking to throw an appropriate error when this
 happens.
-
+CVE: CVE-2021-45944
 Upstream-Status: Backported [https://git.ghostscript.com/?p=ghostpdl.git;a=patch;h=7861fcad13c497728189feafb41cd57b5b50ea25]
 Signed-off-by: Minjae Kim <flowergom@gmail.com>
 ---