summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorQian Cai <cai@gmx.us>2018-12-01 23:06:01 -0500
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2018-12-04 10:26:57 +0100
commitfff435fced595bd2facf3f05d2b3b0d61988e503 (patch)
treea3a9a742869fea7ab3fae83c063e052a4c9b8be6 /ChangeLog
parentdfa1dcb2ef44d075f85f73fb8caba85e3f695aac (diff)
netfilter/ipset: replace a strncpy() with strscpy()
To make overflows as obvious as possible and to prevent code from blithely proceeding with a truncated string. This also has a side-effect to fix a compilation warning when using GCC 8.2.1. net/netfilter/ipset/ip_set_core.c: In function 'ip_set_sockfn_get': net/netfilter/ipset/ip_set_core.c:2027:3: warning: 'strncpy' writing 32 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] Signed-off-by: Qian Cai <cai@gmx.us> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions