diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2018-03-16 21:34:56 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2018-03-16 21:34:56 -0700 |
commit | cec32da2b5ea03066baff55810f7e8f30960b10d (patch) | |
tree | 8cf7cc6dd284ebe7924cd4287616e33f290a7ce3 /docs/manual.adoc | |
parent | fe7b837868b22a3684603327bfaa3242eb8adf22 (diff) |
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...
Diffstat (limited to 'docs/manual.adoc')
-rw-r--r-- | docs/manual.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
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^ |