From e2d1f43bc10172272a74e2bcf2460b0dbc91aeea Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 17 May 2016 11:58:47 -0400 Subject: Fix unaligned memory access (UB which breaks ARM) With this fix, the test suite runs cleanly with UBSan. --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NEWS') 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 Tue, 15 Mar 2016 17:46:00 -0400 + -- David Robillard Tue, 17 May 2016 11:58:20 -0400 serd (0.22.0) stable; -- cgit v1.2.1