commit | bba79808cb115d4f54063e8aa40628a927eab44e | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Thu Apr 11 22:54:44 2024 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Thu Apr 11 22:54:44 2024 +0200 |
tree | bb366b70f555f943ebd425eae06da59d96198386 | |
parent | 7b0c4b64e3012c24b928a4452963d53cae147a51 [diff] [blame] |
patch 9.1.0309: crash when 'textwidth' > MAX_INT Problem: crash when 'textwidth' > MAX_INT (after vv9.1.0055) (Zoltan Balogh) Solution: limit textwidth to MAX_INT fixes: #14482 closes: #14489 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 87e98d5..b9db49e 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 309, +/**/ 308, /**/ 307,