Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subprocess: fix reset_signals_child missing last signo #15599

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

ruihe774
Copy link
Contributor

Happened to spot it.

SIGRTMAX is 64, which is still a signal number.

Standard signals: from 1 to 31, including 31.
RT signals: from 32 to SIGRTMAX (64), including 64.

Copy link

Download the artifacts for this pull request:

Windows
macOS

@kasper93 kasper93 merged commit e325959 into mpv-player:master Dec 31, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants