comparison src/version.c @ 23946:0b1f5717dc4d v8.2.2515

patch 8.2.2515: memory access error when truncating an empty message Commit: https://github.com/vim/vim/commit/6281815eccc3ded54960f7798833ceb39561b9a0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 14 15:37:30 2021 +0100 patch 8.2.2515: memory access error when truncating an empty message Problem: Memory access error when truncating an empty message. Solution: Check for an empty string. (Dominique Pell?, closes https://github.com/vim/vim/issues/7841)
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Feb 2021 15:45:03 +0100
parents 6e593e0aaadf
children 9854b4c6d5e6
comparison
equal deleted inserted replaced
23945:ae156af6f28a 23946:0b1f5717dc4d
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2515,
753 /**/ 755 /**/
754 2514, 756 2514,
755 /**/ 757 /**/
756 2513, 758 2513,
757 /**/ 759 /**/