freetype2/src/psaux
Werner Lemberg 248eaa4f60 Various fixes for clang's undefined behaviour sanitizer.
* src/cff/cffload.c (FT_fdot14ToFixed): Fix casting.
(cff_blend_doBlend): Don't left-shift negative numbers.
Handle 5-byte numbers byte by byte to avoid alignment issues.

* src/cff/cffparse.c (cff_parse): Handle 5-byte numbers byte by byte
to avoid alignment issues.

* src/cid/cidload (cid_read_subrs): Do nothing if we don't have any
subrs.

* src/psaux/t1decode.c (t1_decode_parse_charstring): Fix tracing.

* src/tools/glnames.py (main): Put `DEFINE_PSTABLES' guard around
definition of `ft_get_adobe_glyph_index'.

* src/psnames/pstables.h: Regenerated.

* src/psnames/psmodule.c: Inlude `pstables.h' twice to get both
declaration and definition.

* src/truetype/ttgxvar.c (FT_fdot14ToFixed, FT_intToFixed): Fix
casting.
2017-01-03 00:27:07 +01:00
..
Jamfile Update copyright year. 2016-01-13 11:54:10 +01:00
afmparse.c Update copyright year. 2016-01-13 11:54:10 +01:00
afmparse.h Update copyright year. 2016-01-13 11:54:10 +01:00
module.mk Update copyright year. 2016-01-13 11:54:10 +01:00
psaux.c Update copyright year. 2016-01-13 11:54:10 +01:00
psauxerr.h Update copyright year. 2016-01-13 11:54:10 +01:00
psauxmod.c s/0/NULL/ for function pointers; comments, formatting. 2016-09-17 17:12:50 +02:00
psauxmod.h Update copyright year. 2016-01-13 11:54:10 +01:00
psconv.c Update copyright year. 2016-01-13 11:54:10 +01:00
psconv.h Update copyright year. 2016-01-13 11:54:10 +01:00
psobjs.c Replace `++foo' and `--foo' with `foo++' and `foo--', resp. 2016-12-26 23:57:45 +01:00
psobjs.h Update copyright year. 2016-01-13 11:54:10 +01:00
rules.mk Update copyright year. 2016-01-13 11:54:10 +01:00
t1cmap.c Replace `++foo' and `--foo' with `foo++' and `foo--', resp. 2016-12-26 23:57:45 +01:00
t1cmap.h Update copyright year. 2016-01-13 11:54:10 +01:00
t1decode.c Various fixes for clang's undefined behaviour sanitizer. 2017-01-03 00:27:07 +01:00
t1decode.h Update copyright year. 2016-01-13 11:54:10 +01:00