freetype2/src/cache
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
ftcache.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftcbasic.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftccache.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftccache.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftccback.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftccmap.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftcerror.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftcglyph.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftcglyph.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftcimage.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftcimage.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftcmanag.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftcmanag.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftcmru.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftcmru.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftcsbits.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftcsbits.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
rules.mk Various clang 8.0 static analyzer fixes. 2019-05-04 08:13:22 +02:00