comparison src/version.c @ 29367:cc4b36422ecb v9.0.0026

patch 9.0.0026: accessing freed memory with diff put Commit: https://github.com/vim/vim/commit/c5274dd12224421f2430b30c53b881b9403d649e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 2 15:10:00 2022 +0100 patch 9.0.0026: accessing freed memory with diff put Problem: Accessing freed memory with diff put. Solution: Bail out when diff pointer is no longer valid.
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Jul 2022 16:15:03 +0200
parents 98de9a961a64
children b1f345ec827e
comparison
equal deleted inserted replaced
29366:d937ba61d344 29367:cc4b36422ecb
733 NULL 733 NULL
734 }; 734 };
735 735
736 static int included_patches[] = 736 static int included_patches[] =
737 { /* Add new patch number below this line */ 737 { /* Add new patch number below this line */
738 /**/
739 26,
738 /**/ 740 /**/
739 25, 741 25,
740 /**/ 742 /**/
741 24, 743 24,
742 /**/ 744 /**/