Skip to content

Conversation

neovim-backports[bot]
Copy link

Description

Backport of #31638 to release-0.10.

The maximum signed value on 32-bit systems is 2 ^ 31 - 1. When using 2 ^ 31 for
the default timeout, the value would overflow on such systems resulting in
a negative value, which caused a stack trace when calling wait() without
a timeout.

(cherry picked from commit 4e130c1)
@github-actions github-actions bot enabled auto-merge (rebase) December 20, 2024 09:46
@github-actions github-actions bot merged commit 1a030f6 into release-0.10 Dec 20, 2024
32 checks passed
@github-actions github-actions bot deleted the backport-31638-to-release-0.10 branch December 20, 2024 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant