aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorckelsel <ckelsel@hotmail.com>2017-10-10 14:53:27 +0800
committerckelsel <ckelsel@hotmail.com>2017-10-10 14:54:52 +0800
commit97dc1350f0d4f8509ebad2beb7da8847b81bbf4b (patch)
treea703f66b8a0693dc99c968e575ba3b7863de18c9 /src
parent77f1392f073660558d8772cfab8be8cf7c2f8b7f (diff)
downloadrneovim-97dc1350f0d4f8509ebad2beb7da8847b81bbf4b.tar.gz
rneovim-97dc1350f0d4f8509ebad2beb7da8847b81bbf4b.tar.bz2
rneovim-97dc1350f0d4f8509ebad2beb7da8847b81bbf4b.zip
vim-patch:8.0.0183 NA
Problem: Ubsan warns for using a pointer that is not aligned. Solution: First copy the address. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/7173b47958a238bb07f80b8f26fb232b0ea69b4a
Diffstat (limited to 'src')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 7e59f3327a..cb66dcd6fe 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -920,7 +920,7 @@ static const int included_patches[] = {
186,
// 185,
// 184,
- // 183,
+ // 183 NA
182,
181,
// 180,