]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1254: undefined left shift in gethexchrs() v8.0.1254
authorBram Moolenaar <Bram@vim.org>
Thu, 2 Nov 2017 21:29:38 +0000 (22:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 2 Nov 2017 21:29:38 +0000 (22:29 +0100)
commit4c22a91d20cce4f28dd2852a13129b5a4cc691da
tree7f11c3f7a21b9135af78153e5c023888e0fc126a
parent430dc5d360166ca5bb6a73f2c87ae53e09282ecb
patch 8.0.1254: undefined left shift in gethexchrs()

Problem:    Undefined left shift in gethexchrs(). (geeknik)
Solution:   Use unsigned long. (idea by Christian Brabandt, closes #2255)
src/regexp.c
src/regexp_nfa.c
src/version.c