summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDominik Röttsches <drott@chromium.org>2019-12-30 11:22:04 +0200
committerWerner Lemberg <wl@gnu.org>2020-01-02 11:14:01 +0100
commit10d8de7541ab1f26f6f04b2118d13a92a7119102 (patch)
tree3df9f320570fe7705b0cea4acacdb282c7fbc54b /ChangeLog
parenta4df0373c71f426711fb77e3a21d4b58b7c42e66 (diff)
downloadfreetype2-10d8de7541ab1f26f6f04b2118d13a92a7119102.tar.gz
[truetype] Fix UBSan warning on offset to nullptr (#57501).
* src/truetype/ttinterp.c (Ins_CALL): Fail if `exc->FDefs' is null.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5447fc4fc..f7f2d6891 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-01-02 Dominik Röttsches <drott@chromium.org>
+
+ [truetype] Fix UBSan warning on offset to nullptr (#57501).
+
+ * src/truetype/ttinterp.c (Ins_CALL): Fail if `exc->FDefs' is null.
+
2019-12-31 Nikhil Ramakrishnan <ramakrishnan.nikhil@gmail.com>
[woff2] Allow bitmap-only fonts (#57394).