mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
vim-patch:8.0.0183 NA
Problem: Ubsan warns for using a pointer that is not aligned.
Solution: First copy the address. (Yegappan Lakshmanan)
7173b47958
This commit is contained in:
@@ -920,7 +920,7 @@ static const int included_patches[] = {
|
||||
186,
|
||||
// 185,
|
||||
// 184,
|
||||
// 183,
|
||||
// 183 NA
|
||||
182,
|
||||
181,
|
||||
// 180,
|
||||
|
Reference in New Issue
Block a user