mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00

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.