comparison src/version.c @ 32584:2d1eba13035c v9.0.1624

patch 9.0.1624: crash when calling object constructor Commit: https://github.com/vim/vim/commit/5ca05fa59e587f9724306d4788c5dde07fc7225b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 10 16:45:13 2023 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Jun 2023 18:00:06 +0200
parents c777d71cf397
children 304341915488
comparison
equal deleted inserted replaced
32583:3a10160f2242 32584:2d1eba13035c
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1624,
698 /**/ 700 /**/
699 1623, 701 1623,
700 /**/ 702 /**/
701 1622, 703 1622,
702 /**/ 704 /**/