]> granicus.if.org Git - vim/commit
patch 8.2.3577: overflow check fails with 32 ints v8.2.3577
authorBram Moolenaar <Bram@vim.org>
Wed, 3 Nov 2021 13:43:16 +0000 (13:43 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 3 Nov 2021 13:43:16 +0000 (13:43 +0000)
commit0f0044125c2a5dcde2c4605efc39d2e237eed024
tree8ce852a0cbf5601da7f3a41279909d9a0ef15c26
parenta63780b9770699bf8fda93affeab2c728bc76912
patch 8.2.3577: overflow check fails with 32 ints

Problem:    Overflow check fails with 32 ints.
Solution:   Only test with 64 bit ints.
src/testdir/test_put.vim
src/version.c