https://bugs.exim.org/show_bug.cgi?id=1822
--- Comment #2 from Tavian Barnes <tavianator@???> ---
GCC will optimize memcpy()s of small constant size to a single store anyway, so
it shouldn't affect the generated code (except at -O0).
Unfortunately I don't think there's a way to ignore particular files for asan,
at least for GCC. Clang has
http://clang.llvm.org/docs/SanitizerSpecialCaseList.html.
--
You are receiving this mail because:
You are on the CC list for the bug.