Tobias Brunner
eab9cd8661
kernel-netlink: Fix compiler warnings with strncpy()
...
Normally, GCC sees that we terminate the destination with a zero byte.
However, when using `-fsanitize=address`, there seems to be additional
instrumentation code after strncpy() so GCC produces warnings like
these:
‘__builtin_strncpy’ specified bound 16 equals destination size [-Wstringop-truncation]
2022-09-15 12:16:12 +02:00
..
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-08-26 17:00:18 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-07-22 07:20:30 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-08-18 09:39:05 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2018-09-11 18:18:49 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-07-18 12:42:24 +02:00
2022-06-29 10:28:50 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-09-15 12:16:12 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-29 10:28:50 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-29 10:28:50 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-29 10:28:50 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00