commit | 5ca05fa59e587f9724306d4788c5dde07fc7225b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 10 16:45:13 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 10 16:45:13 2023 +0100 |
tree | 73e72af12e3e1579a0c3530554747b0639626341 | |
parent | f07d1a7108f29068efeb61d91454c4120ab5ae6c [diff] [blame] |
patch 9.0.1624: crash when calling object constructor Problem: Crash when calling object constructor from legacy script. (Israel Chauca Fuentes) Solution: Pass a pointer for "ufunc". (closes #12502)
diff --git a/src/version.c b/src/version.c index 8d38d36..e8ff7e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1624, +/**/ 1623, /**/ 1622,