commit | 56b1207e66d8db82dabf3f36aadf24caea61aa71 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Wed May 21 21:01:40 2025 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Wed May 21 21:01:40 2025 +0200 |
tree | a1ce9f8541cfd4d72c9d56572ee04275fd7c5cf0 | |
parent | 1307743697bbc46e1518abfea7f89caa95bcaf97 [diff] [blame] |
patch 9.1.1401: list not materialized in prop_list() Problem: list not materialized in prop_list() (Nickwiz) Solution: materialize list before accessing it fixes: #17298 closes: #17349 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index a6c749d..252c143 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1401, +/**/ 1400, /**/ 1399,