Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/tests/lib/libc/gen



On 21.02.2020 23:53, matthew green wrote:
>> Disable ubsan instrumentation on the operation.
> 
> +#if defined(__clang__)
> +__attribute__((no_sanitize("undefined")))
> +#else
> +__attribute__((no_sanitize_undefined))
> +#endif
> 
> can we get a __disable_sanitizer or something i cdefs.h?
> 
> 
> .mrg.
> 

I will do it.

Attachment: signature.asc
Description: OpenPGP digital signature



Home | Main Index | Thread Index | Old Index