comparison src/version.c @ 26161:9835f424bef5 v8.2.3612

patch 8.2.3612: using freed memory with regexp using a mark Commit: https://github.com/vim/vim/commit/64066b9acd9f8cffdf4840f797748f938a13f2d6 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 17 18:22:56 2021 +0000 patch 8.2.3612: using freed memory with regexp using a mark Problem: Using freed memory with regexp using a mark. Solution: Get the line again after getting the mark position.
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Nov 2021 19:30:04 +0100
parents 34606aec52b3
children 97b7db88e094
comparison
equal deleted inserted replaced
26160:b242c826c5cf 26161:9835f424bef5
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 3612,
760 /**/ 762 /**/
761 3611, 763 3611,
762 /**/ 764 /**/
763 3610, 765 3610,
764 /**/ 766 /**/