mirror of
https://github.com/neovim/neovim.git
synced 2026-03-24 17:40:59 +00:00
vim-patch:8.0.0134 (#7109)
Problem: Null pointer access reported by UBsan.
Solution: Check curwin->w_buffer is not NULL. (Yegappan Lakshmanan)
c4bfedabe0
src/nvim/ex_cmds.c have been merged by someone. while version.c remain unmerged.
This commit is contained in:
committed by
Justin M. Keyes
parent
37dd5ded7c
commit
55c0401dfd
@@ -595,7 +595,7 @@ static const int included_patches[] = {
|
||||
// 137,
|
||||
136,
|
||||
135,
|
||||
// 134,
|
||||
134,
|
||||
133,
|
||||
// 132,
|
||||
// 131,
|
||||
|
||||
Reference in New Issue
Block a user