mirror of
https://github.com/neovim/neovim.git
synced 2026-01-07 13:53:12 +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.