mirror of
https://github.com/neovim/neovim.git
synced 2026-01-20 04:01:15 +10: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.
9.6 KiB
9.6 KiB