ref: ee6d03d369e78812dc753c55a85226af343b845e
parent: 41fa19fceaba5f8588456472f0990664115062f5
author: Dominik Röttsches <[email protected]>
date: Tue Jun 8 10:29:11 EDT 2021
[sfnt] Pointer validity check when reading COLR 'v1' layers * src/sfnt/ttcolr.c (tt_face_get_paint_layers): In addition to the existing sanity checks, ensure that the pointer to the layer to be read is within the 'COLR' v1 table.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2021-06-08 Dominik Röttsches <[email protected]>
+
+ [sfnt] Pointer validity check when reading COLR 'v1' layers
+
+ * src/sfnt/ttcolr.c (tt_face_get_paint_layers): In addition to the
+ existing sanity checks, ensure that the pointer to the layer to be
+ read is within the 'COLR' v1 table.
+
2021-06-08 Werner Lemberg <[email protected]>
* src/sdf/ftsdfcommon.c: Fix inclusion of header files.
--- a/src/sfnt/ttcolr.c
+++ b/src/sfnt/ttcolr.c
@@ -702,6 +702,13 @@
p = iterator->p;
/*
+ * First ensure that p is within COLRv1.
+ */
+ if ( p < colr->base_glyphs_v1 ||
+ p >= ( (FT_Byte*)colr->table + colr->table_size ) )
+ return 0;
+
+ /*
* Do a cursor sanity check of the iterator. Counting backwards from
* where it stands, we need to end up at a position after the beginning
* of the `LayerV1List` table and not after the end of the