summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2020-08-25 23:16:27 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2020-08-25 23:16:27 -0400
commit6730854c397130879c64bd766c673b9bccf9c04a (patch)
tree2539488792069095a5c838878156a4a1347b99c8 /ChangeLog
parentcdc009c24afac88846ed24e21c84e33792384665 (diff)
downloadfreetype2-6730854c397130879c64bd766c673b9bccf9c04a.tar.gz
* src/smooth/ftsmooth.c (ft_smooth_raster_overlap): Limit width.
Segmentation fault reported as https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=24729
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc91ab546..0e3b5b543 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2020-08-25 Alexei Podtelezhnikov <apodtele@gmail.com>
+
+ * src/smooth/ftsmooth.c (ft_smooth_raster_overlap): Limit width.
+
+ Segmentation fault reported as
+
+ https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=24729
+
2020-08-22 Werner Lemberg <wl@gnu.org>
* src/truetype/ttgload.c (TT_Get_VMetrics): Add tracing message.