Re: Is -fsanitize=address working?

RVP <[email protected]> Wed, 8 Oct 2025 11:56:21 +0000 (UTC)
Newsgroups gmane.os.netbsd.devel.toolchain
Message-ID <[email protected]>
On Wed, 8 Oct 2025, RVP wrote:

> Well, posix_spawn() is fork() + exec()a [...]
>

Err, posix_spawn() isn't that exactly now, is it? What I meant was that I can
see why O_CLOFORK would apply for posix_spawn(). Just don't see why it should
matter when creating threads, is all.

-RVP