comparison src/version.c @ 31624:d605a50e7623 v9.0.1144

patch 9.0.1144: reading beyond text Commit: https://github.com/vim/vim/commit/c32949b0779106ed5710ae3bffc5053e49083ab4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 4 15:56:51 2023 +0000 patch 9.0.1144: reading beyond text Problem: Reading beyond text. Solution: Add strlen_maxlen() and use it.
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Jan 2023 17:00:05 +0100
parents 1102f4777518
children f5bb69a83d8e
comparison
equal deleted inserted replaced
31623:f061953e1618 31624:d605a50e7623
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 1144,
698 /**/ 700 /**/
699 1143, 701 1143,
700 /**/ 702 /**/
701 1142, 703 1142,
702 /**/ 704 /**/