freetype2/src/sfnt
Werner Lemberg 7b84104720 Various clang 8.0 static analyzer fixes.
Reported by Sender Ghost <lightside@gmx.com>.

* src/autofit/afcjk.c (af_cjk_hints_compute_edges): Catch a corner
case where `edge->first' could be NULL.

* src/pfr/pfrobjs.c (pfr_slot_load): Remove unnecessary test of
`size'.

* src/raster/ftraster.c (Draw_Sweep): Catch a corner case where
`draw_right' might be NULL.

* src/sfnt/ttmtx.c (tt_face_get_metrics): Fix limit test for
`aadvance'.
Ensure `abearing' always hold a meaningful result.

* src/truetype/ttgload.c (load_truetype_glyph): Ensure `subglyph' is
not NULL before accessing it.
* src/truetype/ttgxvar.c (TT_Set_Named_Instance): Remove unnecessary
test of `namedstyle'.

* src/type42/t42parse.c (t42_parser_done): Ensure
`parser->root.funcs.done' is not NULL before accessing it.
2019-05-04 08:13:22 +02:00
..
Jamfile Update all copyright notices. 2019-02-23 10:07:09 +01:00
module.mk Update all copyright notices. 2019-02-23 10:07:09 +01:00
pngshim.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
pngshim.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
rules.mk Update all copyright notices. 2019-02-23 10:07:09 +01:00
sfdriver.c Make `glyph_name' parameter to `FT_Get_Name_Index' a `const'. 2019-04-06 06:38:16 +02:00
sfdriver.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
sferrors.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
sfnt.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
sfobjs.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
sfobjs.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttbdf.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttbdf.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttcmap.c * src/sfnt/ttcmap.c (tt_cmap12_next): Remove dead code. 2019-04-23 06:52:07 +02:00
ttcmap.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttcmapc.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttcolr.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttcolr.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttcpal.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttcpal.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttkern.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttkern.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttload.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttload.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttmtx.c Various clang 8.0 static analyzer fixes. 2019-05-04 08:13:22 +02:00
ttmtx.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttpost.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttpost.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttsbit.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttsbit.h Update all copyright notices. 2019-02-23 10:07:09 +01:00