comparison src/version.c @ 25897:f2fb5d30cd16 v8.2.3482

patch 8.2.3482: reading beyond end of line ending in quote and backslash Commit: https://github.com/vim/vim/commit/78e0fa4cf4fcd563c0bc8c87afa54d4f5dc22020 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 5 21:58:53 2021 +0100 patch 8.2.3482: reading beyond end of line ending in quote and backslash Problem: Reading beyond end of line ending in quote and backslash. Solution: Check for non-NUL after backslash. (closes https://github.com/vim/vim/issues/8964)
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Oct 2021 23:00:05 +0200
parents 8e9864b98846
children 076f9b8e9632
comparison
equal deleted inserted replaced
25896:3a3defdbc05c 25897:f2fb5d30cd16
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3482,
760 /**/ 762 /**/
761 3481, 763 3481,
762 /**/ 764 /**/
763 3480, 765 3480,
764 /**/ 766 /**/