commit | 1c815b54bbaf872c271d58043e51e56b908c1a20 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Wed Aug 28 22:08:35 2024 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Wed Aug 28 22:08:35 2024 +0200 |
tree | 9aa7f7fddc16522c43cfd967e79ce4b8608908f0 | |
parent | f8702aeb8ff85554d909901ae45b50c3d532bf70 [diff] [blame] |
patch 9.1.0700: crash with 2byte encoding and glob2regpat() Problem: possible crash with 2byte encoding and glob2regpat() Solution: Skip over character, if it is multi-byte character Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 100a1ae..59bd3fc 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 700, +/**/ 699, /**/ 698,