mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
- Update from version 9.0 to 9.1 - Update of rootfile - Update of hardening crash patch - Changelog can be found at https://www.vim.org/vim-9.1-released.php Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Reviewed-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
16 lines
519 B
Diff
16 lines
519 B
Diff
source: https://github.com/vim/vim/issues/5581
|
|
|
|
diff -Naur vim91/src/structs.h.orig vim91/src/structs.h
|
|
|
|
--- vim91/src/structs.h.orig 2023-12-18 08:47:12.000000000 +0100
|
|
+++ vim91/src/structs.h 2024-05-21 13:18:22.389336943 +0200
|
|
@@ -1727,7 +1727,7 @@
|
|
{
|
|
typval_T di_tv; // type and value of the variable
|
|
char_u di_flags; // DI_FLAGS_ flags (only used for variable)
|
|
- char_u di_key[1]; // key (actually longer!)
|
|
+ char_u di_key[]; // key (actually longer!)
|
|
};
|
|
typedef struct dictitem_S dictitem_T;
|
|
|