This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/22273] Improper assert in Linux posix_spawn implementation


https://sourceware.org/bugzilla/show_bug.cgi?id=22273

--- Comment #2 from Florian Weimer <fweimer at redhat dot com> ---
(In reply to Adhemerval Zanella from comment #1)
> So the input err memory position won't be accessed concurrently on parent
> because CLONE_VFORK (since kernel interface guarantee that calling process
> is suspended) and all return path on the child functions will be either
> default execution through args->exec/maybe_script_execute or through the
> fail label.

But if the process is killed, this will not result in a vfork failure, will it?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]