summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2019-10-03 21:07:16 +0200
committerWerner Lemberg <wl@gnu.org>2019-10-03 21:07:16 +0200
commit1f4e5bcb19eaa9170466c8d845edfd11aba54937 (patch)
tree584215c29b2d4a8d45018d0cde23dfd36632d381 /ChangeLog
parentc912690d22ab16d772328396c27c47075924b012 (diff)
downloadfreetype2-1f4e5bcb19eaa9170466c8d845edfd11aba54937.tar.gz
* src/sfnt/sfwoff2 (reconstruct_font): Fix reallocation.
Reported as https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=17966
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c65dcb855..1246f1659 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2019-10-03 Werner Lemberg <wl@gnu.org>
+
+ * src/sfnt/sfwoff2 (reconstruct_font): Fix reallocation.
+
+ Reported as
+
+ https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=17966
+
2019-10-01 Alexei Podtelezhnikov <apodtele@gmail.com>
* src/base/ftstroke.c (ft_stroker_inside): Speed up.