aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/messages_spec.lua
diff options
context:
space:
mode:
authorDan Pascu <danpascu777@gmail.com>2024-12-20 11:43:56 +0200
committerGitHub <noreply@github.com>2024-12-20 01:43:56 -0800
commit4e130c1ee446f4389a8c76c5e81b53bff8b9193c (patch)
tree48282a7f760cbb09868cde30c505e359c475ba7d /test/functional/ui/messages_spec.lua
parent39781be14baff508efd4f99c11786c4228ea2c8d (diff)
downloadrneovim-4e130c1ee446f4389a8c76c5e81b53bff8b9193c.tar.gz
rneovim-4e130c1ee446f4389a8c76c5e81b53bff8b9193c.tar.bz2
rneovim-4e130c1ee446f4389a8c76c5e81b53bff8b9193c.zip
fix(vim.system): invalid MAX_TIMEOUT for 32-bit systems #31638
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.
Diffstat (limited to 'test/functional/ui/messages_spec.lua')
0 files changed, 0 insertions, 0 deletions