Re: ASan checkpoint

2021-09-04 Thread Todd C . Miller
On Sat, 04 Sep 2021 11:36:33 +0200, Greg Steuck wrote: > This brings me to the "what's next" part. Obviously the mmap > interception needs to be fixed to get anywhere. MmapNamed invokes > internal_mmap which is defined in sanitizer_openbsd.cpp as: > > uptr internal_mmap(void *addr, size_t length,

ASan checkpoint

2021-09-04 Thread Greg Steuck
My aspiration for k2k21 was to get ASan working on OpenBSD. The following is a dump of the current state and questions about future directions. There are roughly two parts to ASan, the compiler instrumentation and the runtime library. The instrumentation is likely much less system dependent than