[pcre-dev] [Bug 1861] [PATCH] ubsan reports various aligned …

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1861] [PATCH] ubsan reports various aligned stores in sljit
https://bugs.exim.org/show_bug.cgi?id=1861

Zoltan Herczeg <hzmester@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hzmester@???


--- Comment #2 from Zoltan Herczeg <hzmester@???> ---
This time not the compiler tries to outsmart people :)

This unaligned access is perfectly fine on x86 specific code. Perhaps the
performance cost is not that high, so it could be changed. I would not add a
macro function though, just call memcpy directly.

--
You are receiving this mail because:
You are on the CC list for the bug.