commit | f1cc4d55b9ed3335985512fb9fedf31cc4bb65a0 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sat Aug 12 00:14:14 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sat Aug 12 00:14:14 2023 +0200 |
tree | f4a8ee4f08590701d5a3aaa563028e795f52405c | |
parent | bacc83009bc38c9ba0247aaa22b76d1993d57993 [diff] [blame] |
patch 9.0.1695: Crash with overlong textprop above Problem: Crash with overlong textprop above Solution: Consider only positive padding closes: #12665 closes: #12661 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index b612dc7..57830dd 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1695, +/**/ 1694, /**/ 1693,