comparison src/version.c @ 19151:f12eda320c78 v8.2.0135

patch 8.2.0135: bracketed paste can still cause invalid memory access Commit: https://github.com/vim/vim/commit/fe4bbac1166f2e4e3fa18cb966ec7305198c8176 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 20 21:12:20 2020 +0100 patch 8.2.0135: bracketed paste can still cause invalid memory access Problem: Bracketed paste can still cause invalid memory access. (Dominique Pelle) Solution: Check for NULL pointer.
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Jan 2020 21:15:04 +0100
parents 643c6c3c0da4
children 9efea787c3a6
comparison
equal deleted inserted replaced
19150:c30587dcce5d 19151:f12eda320c78
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 135,
745 /**/ 747 /**/
746 134, 748 134,
747 /**/ 749 /**/
748 133, 750 133,
749 /**/ 751 /**/