comparison src/version.c @ 32752:f1fdbcd46f3a v9.0.1695

patch 9.0.1695: Crash with overlong textprop above Commit: https://github.com/vim/vim/commit/f1cc4d55b9ed3335985512fb9fedf31cc4bb65a0 Author: Christian Brabandt <cb@256bit.org> Date: Sat Aug 12 00:14:14 2023 +0200 patch 9.0.1695: Crash with overlong textprop above Problem: Crash with overlong textprop above Solution: Consider only positive padding closes: #12665 closes: #12661 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 12 Aug 2023 00:30:03 +0200
parents dfaddd6f039e
children 71aa45708496
comparison
equal deleted inserted replaced
32751:94401c541ea3 32752:f1fdbcd46f3a
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1695,
698 /**/ 700 /**/
699 1694, 701 1694,
700 /**/ 702 /**/
701 1693, 703 1693,
702 /**/ 704 /**/