[beyond-64k] Fail hmtx subsetting if subset too large
This commit is contained in:
parent
64ecf8720c
commit
317e3693da
|
@ -92,7 +92,7 @@ struct hmtxvmtx
|
||||||
|
|
||||||
unsigned int length;
|
unsigned int length;
|
||||||
H *table = (H *) hb_blob_get_data (dest_blob, &length);
|
H *table = (H *) hb_blob_get_data (dest_blob, &length);
|
||||||
table->numberOfLongMetrics = num_hmetrics;
|
c->serializer->check_assign (table->numberOfLongMetrics, num_hmetrics, HB_SERIALIZE_ERROR_INT_OVERFLOW);
|
||||||
|
|
||||||
#ifndef HB_NO_VAR
|
#ifndef HB_NO_VAR
|
||||||
if (c->plan->normalized_coords)
|
if (c->plan->normalized_coords)
|
||||||
|
|
Loading…
Reference in New Issue