commit | 0d8562a9992e94d532485c37268ca33c0c49ecc2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 19 21:34:05 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 19 21:34:05 2019 +0100 |
tree | a91ad1f6f9aef842d1a9cfaa2c8e604de9dce3ce | |
parent | c9629251a634d4f5988c8162ba8249026d1af687 [diff] [blame] |
patch 8.1.0954: arguments of semsg() and siemsg() are not checked Problem: Arguments of semsg() and siemsg() are not checked. Solution: Add function prototype with __attribute__.
diff --git a/src/version.c b/src/version.c index a266ce0..6fe4c9e 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 954, +/**/ 953, /**/ 952,