commit | 68e64d2c1735f2a39afa8a0475ae29bedb116684 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 22 22:07:52 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 22 22:07:52 2022 +0100 |
tree | fc30407cfebef2a874ca6a83f4351ceef025d657 | |
parent | 5b529230f144028b67ed1d59207af098c18a1858 [diff] [blame] |
patch 8.2.5006: asan warns for undefined behavior Problem: Asan warns for undefined behavior. Solution: Cast the shifted value to unsigned.
diff --git a/src/version.c b/src/version.c index f0ccd20..43390fa 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5006, +/**/ 5005, /**/ 5004,