aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-05-17 11:58:47 -0400
committerDavid Robillard <d@drobilla.net>2016-05-17 11:58:47 -0400
commite2d1f43bc10172272a74e2bcf2460b0dbc91aeea (patch)
treef16f51f759e9a14e7e9d3f6e0fac425200c1af68 /NEWS
parent4177848a044eead797dfa3262c1781491cc6a56f (diff)
downloadserd-e2d1f43bc10172272a74e2bcf2460b0dbc91aeea.tar.gz
serd-e2d1f43bc10172272a74e2bcf2460b0dbc91aeea.tar.bz2
serd-e2d1f43bc10172272a74e2bcf2460b0dbc91aeea.zip
Fix unaligned memory access (UB which breaks ARM)
With this fix, the test suite runs cleanly with UBSan.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 556abba9..e85744a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,11 @@
serd (0.22.3) unstable;
* Fix potential out of bounds read
+ * Fix unaligned memory access, undefined behaviour which breaks on ARM
* Fix documentation generation
* Update serdi man page
- -- David Robillard <d@drobilla.net> Tue, 15 Mar 2016 17:46:00 -0400
+ -- David Robillard <d@drobilla.net> Tue, 17 May 2016 11:58:20 -0400
serd (0.22.0) stable;