commit | 35b7ee34abdb722192635528f162ddd8cac25765 | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Sat Oct 31 19:21:44 2020 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sun Nov 01 11:50:32 2020 +0100 |
tree | 010001eae3ff87e923228919fe89af40fad0ab2a | |
parent | 3976ca101990ca11ddf51f38bec7b86c19d0ca6f [diff] |
netfilter: nftables: Add __printf() attribute nft_request_module calls vsnprintf() using parameters passed to it. Make the function with __printf() attribute so the compiler can check the format and arguments. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>