mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
vim-patch:7.4.2349 (#6368)
Problem: Valgrind reports using uninitialzed memory. (Dominique Pelle)
Solution: Check the length before checking for a NUL.
2321ca2a78
This commit is contained in:

committed by
Justin M. Keyes

parent
43a99f77a8
commit
f9a31e9850
@@ -92,7 +92,7 @@ static int included_patches[] = {
|
||||
// 2352 NA
|
||||
// 2351 NA
|
||||
// 2350,
|
||||
// 2349,
|
||||
2349,
|
||||
2348,
|
||||
2347,
|
||||
2346,
|
||||
|
Reference in New Issue
Block a user