aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/vim_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-09-25 03:25:49 -0700
committerGitHub <noreply@github.com>2024-09-25 03:25:49 -0700
commit069451bb214bd9d97273ac92b37a25054df0f1a8 (patch)
tree7cdeb1b420f84ffc463e0ac9a8eef6c1ff36224b /test/functional/lua/vim_spec.lua
parent8ba9f0468d1ed1112b0ff0ffe17849bf94f46234 (diff)
downloadrneovim-069451bb214bd9d97273ac92b37a25054df0f1a8.tar.gz
rneovim-069451bb214bd9d97273ac92b37a25054df0f1a8.tar.bz2
rneovim-069451bb214bd9d97273ac92b37a25054df0f1a8.zip
fix(coverity): size_t overflow #30497
CID 497370: Overflowed constant (INTEGER_OVERFLOW) Expression `tsize - ret.has_type_key`, where tsize=0 and ret.has_type_key=1, underflows the type that receives it, an unsigned integer 64 bits wide. CID 509910: Overflowed constant (INTEGER_OVERFLOW) Expression stack.size++, which is equal to 0, where stack.size is known to be equal to 18446744073709551615, overflows the type that receives it, an unsigned integer 64 bits wide
Diffstat (limited to 'test/functional/lua/vim_spec.lua')
0 files changed, 0 insertions, 0 deletions