1
0
forked from aniani/vim

patch 8.0.0183: ubsan warns for unaligned address

Problem:    Ubsan warns for using a pointer that is not aligned.
Solution:   First copy the address. (Yegappan Lakshmanan)
This commit is contained in:
Bram Moolenaar
2017-01-14 17:04:38 +01:00
parent e47683a091
commit 7173b47958
2 changed files with 10 additions and 1 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
183,
/**/
182,
/**/