summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/freetype/freetype/0001-sfnt-Fix-heap-buffer-overflow-59308.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/freetype/freetype/0001-sfnt-Fix-heap-buffer-overflow-59308.patch')
-rw-r--r--meta/recipes-graphics/freetype/freetype/0001-sfnt-Fix-heap-buffer-overflow-59308.patch3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/freetype/freetype/0001-sfnt-Fix-heap-buffer-overflow-59308.patch b/meta/recipes-graphics/freetype/freetype/0001-sfnt-Fix-heap-buffer-overflow-59308.patch
index fa8a29b798..31f9e32dc2 100644
--- a/meta/recipes-graphics/freetype/freetype/0001-sfnt-Fix-heap-buffer-overflow-59308.patch
+++ b/meta/recipes-graphics/freetype/freetype/0001-sfnt-Fix-heap-buffer-overflow-59308.patch
@@ -6,10 +6,13 @@ Subject: [PATCH] [sfnt] Fix heap buffer overflow (#59308).
6This is CVE-2020-15999. 6This is CVE-2020-15999.
7 7
8* src/sfnt/pngshim.c (Load_SBit_Png): Test bitmap size earlier. 8* src/sfnt/pngshim.c (Load_SBit_Png): Test bitmap size earlier.
9CVE: CVE-2020-15999
9 10
10Upstream-Status: Backport [https://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=a3bab162b2ae616074c8877a04556932998aeacd] 11Upstream-Status: Backport [https://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=a3bab162b2ae616074c8877a04556932998aeacd]
11 12
12Signed-off-by: Diego Santa Cruz <Diego.SantaCruz@spinetix.com> 13Signed-off-by: Diego Santa Cruz <Diego.SantaCruz@spinetix.com>
14Signed-off-by: Purushottam Choudhary <purushottam.choudhary@kpit.com>
15Signed-off-by: Purushottam Choudhary <purushottamchoudhary29@gmail.com>
13--- 16---
14 src/sfnt/pngshim.c | 14 +++++++------- 17 src/sfnt/pngshim.c | 14 +++++++-------
15 1 file changed, 7 insertions(+), 7 deletions(-) 18 1 file changed, 7 insertions(+), 7 deletions(-)