]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3247: using uninitialized memory when checking for crypt method v8.2.3247
authorBram Moolenaar <Bram@vim.org>
Thu, 29 Jul 2021 19:23:50 +0000 (21:23 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 29 Jul 2021 19:23:50 +0000 (21:23 +0200)
commit77ab4e28a26a92628bc85cd580c1bfa2b6230be6
tree95d45450d048d217dad80a4e1d1e2406dae6dc63
parent77111e2bfc7316eb6b1e653386cef6441af806f8
patch 8.2.3247: using uninitialized memory when checking for crypt method

Problem:    Using uninitialized memory when checking for crypt method.
Solution:   Check the header length before using the salt and seed.
src/fileio.c
src/version.c