comparison src/version.c @ 19364:b7abf45d527b v8.2.0240

patch 8.2.0240: using memory after it was freed Commit: https://github.com/vim/vim/commit/408030e8d053fe1c871b2fc366363a30ed98c889 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 10 22:44:32 2020 +0100 patch 8.2.0240: using memory after it was freed Problem: Using memory after it was freed. (Dominique Pelle) Solution: Do not mix converion buffer with other buffer.
author Bram Moolenaar <Bram@vim.org>
date Mon, 10 Feb 2020 22:45:04 +0100
parents 7894f20668b1
children 102f9a44c8b3
comparison
equal deleted inserted replaced
19363:9a3f1714c40d 19364:b7abf45d527b
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 240,
745 /**/ 747 /**/
746 239, 748 239,
747 /**/ 749 /**/
748 238, 750 238,
749 /**/ 751 /**/