freetype2/src/truetype
Werner Lemberg e421a0bffc [sfnt] Fix previous commit.
Problems reported as

  https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40

We now map the strike index right before accessing the physical
data, not earlier.

* src/sfnt/sfobjs.c (sfnt_load_face): Set `face->sbit_strike_map'
after creating the map so that...

* src/sfnt/ttsbit.c (tt_face_load_strike_metrics): ... this function
can be used before and after setting up `sbit_strike_map'.
(tt_face_set_sbit_strike): Revert change.
(tt_sbit_decoder_init, tt_face_load_sbix_image): Map strike index.

* src/truetype/ttdriver.c (tt_size_select): Revert change.
2016-09-10 08:02:30 +02:00
..
Jamfile Update copyright year. 2016-01-13 11:54:10 +01:00
module.mk Update copyright year. 2016-01-13 11:54:10 +01:00
rules.mk Update copyright year. 2016-01-13 11:54:10 +01:00
truetype.c Update copyright year. 2016-01-13 11:54:10 +01:00
ttdriver.c [sfnt] Fix previous commit. 2016-09-10 08:02:30 +02:00
ttdriver.h Update copyright year. 2016-01-13 11:54:10 +01:00
tterrors.h Update copyright year. 2016-01-13 11:54:10 +01:00
ttgload.c [truetype] Fix compiler warning. 2016-08-16 06:44:23 +02:00
ttgload.h Update copyright year. 2016-01-13 11:54:10 +01:00
ttgxvar.c [truetype] More fixes for handling of GX deltas. 2016-09-03 18:14:00 +02:00
ttgxvar.h Update copyright year. 2016-01-13 11:54:10 +01:00
ttinterp.c * src/truetype/ttinterp.c: Include `ttgxvar.h'. 2016-09-08 08:56:34 +02:00
ttinterp.h [truetype] Fix `MPS' instruction. 2016-08-22 19:32:34 +02:00
ttobjs.c [truetype] New implementation of v38 bytecode interpreter [1/3]. 2016-05-18 06:57:59 +02:00
ttobjs.h [truetype] Fix `MPS' instruction. 2016-08-22 19:32:34 +02:00
ttpic.c Update copyright year. 2016-01-13 11:54:10 +01:00
ttpic.h Update copyright year. 2016-01-13 11:54:10 +01:00
ttpload.c Update copyright year. 2016-01-13 11:54:10 +01:00
ttpload.h Update copyright year. 2016-01-13 11:54:10 +01:00
ttsubpix.c [truetype] New implementation of v38 bytecode interpreter [1/3]. 2016-05-18 06:57:59 +02:00
ttsubpix.h [truetype] New implementation of v38 bytecode interpreter [1/3]. 2016-05-18 06:57:59 +02:00