Re: [RFC PATCH 0/2] toolchain: build all user space with sanitizer on glibc

2023-01-05 Thread Hauke Mehrtens
On 1/4/23 18:39, Christian Marangi wrote: On Sun, Jan 17, 2021 at 06:10:34PM +0100, Hauke Mehrtens wrote: This patch allows to build most the OpenWrt user space with address and undefined behavior sanitizer activated by default. This only works with glibc and gcc 10 and I only tested this on x86

Re: [RFC PATCH 0/2] toolchain: build all user space with sanitizer on glibc

2023-01-04 Thread Christian Marangi
On Sun, Jan 17, 2021 at 06:10:34PM +0100, Hauke Mehrtens wrote: > This patch allows to build most the OpenWrt user space with address and > undefined behavior sanitizer activated by default. > This only works with glibc and gcc 10 and I only tested this on x86 64 > so far. It is not intended to a

[RFC PATCH 0/2] toolchain: build all user space with sanitizer on glibc

2021-01-17 Thread Hauke Mehrtens
This patch allows to build most the OpenWrt user space with address and undefined behavior sanitizer activated by default. This only works with glibc and gcc 10 and I only tested this on x86 64 so far. It is not intended to activate this by default ever, but this is helpful to detect (security)