Al-Qurtas-Islamic-bank-The-.../src
Ben Wagner 5e227133c1 [pshinter] Avoid accessing uninitialized zone.
The `normal_top.count` may be 0, implying no `normal_top.zones` exist.
The code must not access these (non-existent) `normal_top.zones`.

* src/pshinter/pshalgo.c (ps_hints_apply): Do not assume that
`normal_top.zones[0]` is initialized. Test `normal_top.count`
before using `normal_top.zones[0]`. Do not rescale if there are no
`zones`.

Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=43675
2022-01-15 17:21:39 -05:00
..
autofit Update all copyright notices. 2022-01-11 10:54:10 +01:00
base * src/base/fthash.c (hash_insert): Avoid unnecessary zeroing. 2022-01-14 18:22:23 +00:00
bdf * src/bdf/bdflib.c (_bdf_parse_glyphs): Remove redundant assignment. 2022-01-13 23:38:56 -05:00
bzip2 [bzip2] Reset bzip stream on any error. 2022-01-13 08:21:36 +01:00
cache [cache] Avoid unnecessary zeroing. 2022-01-14 22:53:57 -05:00
cff Update all copyright notices. 2022-01-11 10:54:10 +01:00
cid Update all copyright notices. 2022-01-11 10:54:10 +01:00
dlg Update all copyright notices. 2022-01-11 10:54:10 +01:00
gxvalid Update all copyright notices. 2022-01-11 10:54:10 +01:00
gzip Update all copyright notices. 2022-01-11 10:54:10 +01:00
lzw * src/lzw/ftlzw.c (FT_Stream_OpenLZW): Avoid unnecessary zeroing. 2022-01-13 09:45:48 -05:00
otvalid Update all copyright notices. 2022-01-11 10:54:10 +01:00
pcf [pcf] Zero out the allocated properties. 2021-10-18 20:35:28 -04:00
pfr Update all copyright notices. 2022-01-11 10:54:10 +01:00
psaux Update all copyright notices. 2022-01-11 10:54:10 +01:00
pshinter [pshinter] Avoid accessing uninitialized zone. 2022-01-15 17:21:39 -05:00
psnames Update all copyright notices. 2022-01-11 10:54:10 +01:00
raster Update all copyright notices. 2022-01-11 10:54:10 +01:00
sdf * src/sdf/ftbsdf.c (ED): s/near/prox/. 2022-01-14 21:54:17 -05:00
sfnt [sfnt] Fix limit checks for `COLR` v1 ClipBoxes 2022-01-11 13:40:20 +02:00
smooth Update all copyright notices. 2022-01-11 10:54:10 +01:00
tools Update all copyright notices. 2022-01-11 10:54:10 +01:00
truetype Update all copyright notices. 2022-01-11 10:54:10 +01:00
type1 Update all copyright notices. 2022-01-11 10:54:10 +01:00
type42 [type42] Track how much type42 ttf data is available. 2022-01-11 14:58:18 -05:00
winfonts Update all copyright notices. 2022-01-11 10:54:10 +01:00