]> granicus.if.org Git - vim/commit
patch 8.1.0954: arguments of semsg() and siemsg() are not checked v8.1.0954
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Feb 2019 20:34:05 +0000 (21:34 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Feb 2019 20:34:05 +0000 (21:34 +0100)
commit0d8562a9992e94d532485c37268ca33c0c49ecc2
treea91ad1f6f9aef842d1a9cfaa2c8e604de9dce3ce
parentc9629251a634d4f5988c8162ba8249026d1af687
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__.
src/message.c
src/proto.h
src/proto/message.pro
src/version.c