From 1f113d5623980417d86f3f1c7aa4e2200eaf6bf1 Mon Sep 17 00:00:00 2001 From: leitner Date: Thu, 1 Feb 2024 13:28:30 +0000 Subject: [PATCH] remove unaligned memory access behind #ifdef i386 from uint*.h (compilers are now smart enough so they are no longer needed and they were technically undefined behavior so the sanitizer complained) --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 93ebab7..1f14ff4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,7 @@ 0.34: be more C99 compliant (Florian Weimer) add C++ convenience overloads to uint*.h + remove unaligned memory access behind #ifdef i386 from uint*.h (compilers are now smart enough so they are no longer needed and they were technically undefined behavior so the sanitizer complained) 0.33: add byte_start, byte_starts