Skip to content

runtime: before execve, set signal mask according to os/signal functions #21078

Open
@ianlancetaylor

Description

@ianlancetaylor

If a program calls the os/signal functions Notify and Ignore, we should reflect those calls in the signal mask that we pass to child processes that we start using the os or os/exec packages. The code for this is in #19196 (comment) .

Metadata

Metadata

Assignees

No one assigned

    Labels

    NeedsFixThe path to resolution is known, but the work has not been done.compiler/runtimeIssues related to the Go compiler and/or runtime.early-in-cycleA change that should be done early in the 3 month dev cycle.

    Type

    No type

    Projects

    Status

    Triage Backlog

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions