]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1227: undefined left shift in readfile() v8.0.1227
authorBram Moolenaar <Bram@vim.org>
Fri, 27 Oct 2017 20:15:24 +0000 (22:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 27 Oct 2017 20:15:24 +0000 (22:15 +0200)
commitdc1c98129484e7879bc6dbf38e523beb730988b6
tree49b538e8d07657b3e625f5b3c50f39b6b2b3e30e
parent2a45d64d0a7ab28d77eee277244e76dbbf8c2db8
patch 8.0.1227: undefined left shift in readfile()

Problem:    Undefined left shift in readfile(). (Brian 'geeknik' Carpenter)
Solution:   Add cast to unsigned. (Dominique Pelle, closes #2253)
src/fileio.c
src/version.c