Mercurial > vim
comparison src/version.c @ 21943:11055d5b74a7 v8.2.1521
patch 8.2.1521: reading past end of buffer when reading spellfile
Commit: https://github.com/vim/vim/commit/07399e7f078729b03451ba2b342d0cb434ab75cf
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Aug 24 20:05:50 2020 +0200
patch 8.2.1521: reading past end of buffer when reading spellfile
Problem: Reading past end of buffer when reading spellfile. (Yegappan
Lakshmanan)
Solution: Store the byte length and check for it.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 24 Aug 2020 20:15:05 +0200 |
parents | f65e76638eb5 |
children | 9998f4e44a73 |
comparison
equal
deleted
inserted
replaced
21942:8d0dec0cc0b8 | 21943:11055d5b74a7 |
---|---|
752 NULL | 752 NULL |
753 }; | 753 }; |
754 | 754 |
755 static int included_patches[] = | 755 static int included_patches[] = |
756 { /* Add new patch number below this line */ | 756 { /* Add new patch number below this line */ |
757 /**/ | |
758 1521, | |
757 /**/ | 759 /**/ |
758 1520, | 760 1520, |
759 /**/ | 761 /**/ |
760 1519, | 762 1519, |
761 /**/ | 763 /**/ |