mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 08:28:34 +00:00
vim-patch:7.4.736 #2998
Problem: Invalid memory access. Solution: Avoid going over the end of a NUL terminated string. (Dominique Pelle) https://github.com/vim/vim/commit/v7-4-736
This commit is contained in:

committed by
Justin M. Keyes

parent
366aa8c196
commit
c80ebfff82
@@ -71,9 +71,49 @@ static char *features[] = {
|
||||
|
||||
// clang-format off
|
||||
static int included_patches[] = {
|
||||
//778,
|
||||
//777,
|
||||
//776,
|
||||
//775,
|
||||
//774,
|
||||
//773,
|
||||
//772,
|
||||
//771,
|
||||
//770,
|
||||
//769,
|
||||
//768,
|
||||
//767,
|
||||
//766,
|
||||
//765,
|
||||
//764,
|
||||
//763,
|
||||
//762,
|
||||
//761,
|
||||
//760,
|
||||
//759,
|
||||
//758,
|
||||
//757,
|
||||
//756,
|
||||
//755,
|
||||
//754,
|
||||
//753,
|
||||
//752,
|
||||
//751,
|
||||
//750,
|
||||
//749,
|
||||
//748,
|
||||
//747,
|
||||
//746,
|
||||
//745,
|
||||
//744,
|
||||
//743,
|
||||
//742,
|
||||
//741,
|
||||
//740,
|
||||
//739,
|
||||
//738 NA
|
||||
//737,
|
||||
//736,
|
||||
736,
|
||||
//735,
|
||||
//734,
|
||||
//733,
|
||||
|
Reference in New Issue
Block a user