comparison src/Makefile @ 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 e11d5966b822
comparison
equal deleted inserted replaced
11302:e3ef35af5a08 11303:ef32a5c74515
2120 test_cscope \ 2120 test_cscope \
2121 test_cursor_func \ 2121 test_cursor_func \
2122 test_delete \ 2122 test_delete \
2123 test_diffmode \ 2123 test_diffmode \
2124 test_digraph \ 2124 test_digraph \
2125 test_functions \
2126 test_display \ 2125 test_display \
2127 test_edit \ 2126 test_edit \
2128 test_ex_undo \ 2127 test_ex_undo \
2128 test_ex_z \
2129 test_execute_func \ 2129 test_execute_func \
2130 test_expand \ 2130 test_expand \
2131 test_expand_dllpath \ 2131 test_expand_dllpath \
2132 test_expr \ 2132 test_expr \
2133 test_expr_utf8 \ 2133 test_expr_utf8 \
2140 test_findfile \ 2140 test_findfile \
2141 test_float_func \ 2141 test_float_func \
2142 test_fnameescape \ 2142 test_fnameescape \
2143 test_fnamemodify \ 2143 test_fnamemodify \
2144 test_fold \ 2144 test_fold \
2145 test_functions \
2145 test_ga \ 2146 test_ga \
2146 test_gf \ 2147 test_gf \
2147 test_glob2regpat \ 2148 test_glob2regpat \
2148 test_global \ 2149 test_global \
2149 test_gn \ 2150 test_gn \