Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
libslirp
libslirp
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 5
    • Merge Requests 5
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • slirp
  • libslirplibslirp
  • Merge Requests
  • !61

The source project of this merge request has been removed.
Merged
Opened Jan 20, 2021 by Nathaniel Wesley Filardo@nwfContributor

fork_exec_child_setup: improve signal handling

  • Overview 2
  • Changes 1

Blocked signal state is inherited across exec(), so let's zero that out rather than inherit whatever it was when we spawned the child.

POSIX has some strange rules about SIG_IGN'd SIGCHLD across exec, so let's not do that, just for consistency.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: slirp/libslirp!61
Source branch: master