comparison src/testdir/test_alot.vim @ 11303:ef32a5c74515 v8.0.0537

patch 8.0.0537: illegal memory access with :z and large count commit https://github.com/vim/vim/commit/fa0ad0bb0b4255e64ebcf9269d60a942e0ae7ff9 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 2 15:45:17 2017 +0200 patch 8.0.0537: illegal memory access with :z and large count Problem: Illegal memory access with :z and large count. Solution: Check for number overflow, using long instead of int. (Dominique Pelle, closes #1612)
author Christian Brabandt <cb@256bit.org>
date Sun, 02 Apr 2017 16:00:05 +0200
parents 96d83cd2904a
children 561b76ed9d12
comparison
equal deleted inserted replaced
11302:e3ef35af5a08 11303:ef32a5c74515
6 source test_cd.vim 6 source test_cd.vim
7 source test_changedtick.vim 7 source test_changedtick.vim
8 source test_cursor_func.vim 8 source test_cursor_func.vim
9 source test_delete.vim 9 source test_delete.vim
10 source test_ex_undo.vim 10 source test_ex_undo.vim
11 source test_ex_z.vim
11 source test_execute_func.vim 12 source test_execute_func.vim
12 source test_expand.vim 13 source test_expand.vim
14 source test_expand_dllpath.vim
13 source test_expr.vim 15 source test_expr.vim
14 source test_expand_dllpath.vim
15 source test_feedkeys.vim 16 source test_feedkeys.vim
16 source test_file_perm.vim 17 source test_file_perm.vim
17 source test_fileformat.vim 18 source test_fileformat.vim
18 source test_filter_cmd.vim 19 source test_filter_cmd.vim
19 source test_filter_map.vim 20 source test_filter_map.vim
28 source test_help_tagjump.vim 29 source test_help_tagjump.vim
29 source test_join.vim 30 source test_join.vim
30 source test_jumps.vim 31 source test_jumps.vim
31 source test_lambda.vim 32 source test_lambda.vim
32 source test_lispwords.vim 33 source test_lispwords.vim
34 source test_mapping.vim
33 source test_match.vim 35 source test_match.vim
34 source test_menu.vim 36 source test_menu.vim
35 source test_mapping.vim
36 source test_messages.vim 37 source test_messages.vim
37 source test_partial.vim 38 source test_partial.vim
38 source test_popup.vim 39 source test_popup.vim
39 source test_put.vim 40 source test_put.vim
40 source test_recover.vim 41 source test_recover.vim