comparison src/version.c @ 30383:9126e872893d v9.0.0527

patch 9.0.0527: long sign text may overflow buffer Commit: https://github.com/vim/vim/commit/2b1ddf19f8f14365d0b998b4ac12ca85c0923475 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 21 11:21:57 2022 +0100 patch 9.0.0527: long sign text may overflow buffer Problem: Long sign text may overflow buffer. Solution: Use a larger buffer. Prevent for overflow.
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Sep 2022 12:30:07 +0200
parents fe97616d43d2
children 54dda39c5bb3
comparison
equal deleted inserted replaced
30382:d5b8a025fcff 30383:9126e872893d
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 527,
702 /**/ 704 /**/
703 526, 705 526,
704 /**/ 706 /**/
705 525, 707 525,
706 /**/ 708 /**/