Ben Wagner d3dc2da9b2 * src/truetype/ttgxvar.c (tt_set_mm_blend): Test coords.
It is undefined behavior to pass `NULL` to `memcpy`.  `coords' is
passed to `memcpy` but `TT_Get_MM_Blend` and `TT_Get_Var_Design`
explictly call `tt_set_mm_blend` with `coords` as `NULL`.  In
addition, `TT_Set_MM_Blend` has a similar possible issue.
2021-07-01 07:02:04 +02:00
..
2021-06-19 15:45:46 +02:00
2021-01-17 07:18:48 +01:00
2021-04-26 17:14:28 -04:00
2021-06-12 10:13:08 +02:00
2021-01-17 07:18:48 +01:00
2021-05-07 19:17:48 -04:00
2021-06-15 22:49:21 -04:00