commit | aa64ba1587d36de558f47519fa47c27e86c6e49a | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Tue Sep 19 21:05:20 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Tue Sep 19 21:16:52 2023 +0200 |
tree | 2e8d7bede34e2f32076b509a52f5a17365dd8b0c | |
parent | 476733f3d06876c7ac105e064108c973a57984d3 [diff] [blame] |
patch 9.0.1916: Crash when allocating large terminal screen Problem: Crash when allocating large terminal screen Solution: Don't allow values > 1000 for terminal screen columns and rows closes: #13126 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 03cb97f..110a840 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1916, +/**/ 1915, /**/ 1914,