mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-18 08:28:13 +02:00
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 |
||
|---|---|---|
| .. | ||
| module.mk | ||
| pshalgo.c | ||
| pshalgo.h | ||
| pshglob.c | ||
| pshglob.h | ||
| pshinter.c | ||
| pshmod.c | ||
| pshmod.h | ||
| pshnterr.h | ||
| pshrec.c | ||
| pshrec.h | ||
| rules.mk | ||