Re: [PATCH RFC 00/11] Add Memory Sanitizer support

2023-02-07 Thread Ilya Leoshkevich via Elfutils-devel
On Tue, 2023-02-07 at 20:05 +0100, Mark Wielaard wrote: > Hi Ilya, > > On Mon, Feb 06, 2023 at 11:25:02PM +0100, Ilya Leoshkevich via > Elfutils-devel wrote: > > This series adds minimalistic support for Memory Sanitizer (MSan) > > [1]. > > MSan is compiler instrumentation for detecting accesses t

Re: [PATCH RFC 00/11] Add Memory Sanitizer support

2023-02-07 Thread Mark Wielaard
Hi Ilya, On Mon, Feb 06, 2023 at 11:25:02PM +0100, Ilya Leoshkevich via Elfutils-devel wrote: > This series adds minimalistic support for Memory Sanitizer (MSan) [1]. > MSan is compiler instrumentation for detecting accesses to > uninitialized memory. > > The motivation behind this is to be able