]> code.ossystems Code Review - openembedded-core.git/commitdiff
freetype: add missing CVE tag CVE-2020-15999
authorPurushottam Choudhary <purushottamchoudhary29@gmail.com>
Fri, 11 Feb 2022 12:48:24 +0000 (18:18 +0530)
committerSteve Sakoman <steve@sakoman.com>
Fri, 11 Feb 2022 14:11:14 +0000 (04:11 -1000)
Signed-off-by: Purushottam Choudhary <purushottam.choudhary@kpit.com>
Signed-off-by: Purushottam Choudhary <purushottamchoudhary29@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-graphics/freetype/freetype/0001-sfnt-Fix-heap-buffer-overflow-59308.patch

index fa8a29b798208c95405983ae7bece9b4f2337dd5..31f9e32dc20d22017c409b03aae09262f75e9e21 100644 (file)
@@ -6,10 +6,13 @@ Subject: [PATCH] [sfnt] Fix heap buffer overflow (#59308).
 This is CVE-2020-15999.
 
 * src/sfnt/pngshim.c (Load_SBit_Png): Test bitmap size earlier.
+CVE: CVE-2020-15999
 
 Upstream-Status: Backport [https://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=a3bab162b2ae616074c8877a04556932998aeacd]
 
 Signed-off-by: Diego Santa Cruz <Diego.SantaCruz@spinetix.com>
+Signed-off-by: Purushottam Choudhary <purushottam.choudhary@kpit.com>
+Signed-off-by: Purushottam Choudhary <purushottamchoudhary29@gmail.com>
 ---
  src/sfnt/pngshim.c | 14 +++++++-------
  1 file changed, 7 insertions(+), 7 deletions(-)