From cec32da2b5ea03066baff55810f7e8f30960b10d Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Fri, 16 Mar 2018 21:34:56 -0700 Subject: docs: Update changelog Mention ubsan fixes; these fixes probably fix compact mode on some 64-bit architecture where unaligned pointer reads aren't valid as well but it's probably not very relevant... --- docs/manual.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manual.adoc b/docs/manual.adoc index a59ec93..fb277c6 100644 --- a/docs/manual.adoc +++ b/docs/manual.adoc @@ -2144,6 +2144,7 @@ Because of the differences in document object models, performance considerations . Fix implicit fallthrough warnings in gcc 7 . Fix cray++ compiler errors . Fix unsigned integer overflow errors with -fsanitize=integer + . Fix undefined behavior sanitizer issues in compact mode [[v1.8]] === v1.8 ^2016-11-24^ -- cgit v1.2.3