summaryrefslogtreecommitdiffstats
path: root/call/call.man
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2021-07-28 16:58:51 +0200
committerRalf Baechle <ralf@linux-mips.org>2021-07-28 16:58:51 +0200
commita970a77ece187c605da6775fa19e19606f9f309b (patch)
treeadd0eb30d7c669d0c6647d45bfb682c0e92b2f5b /call/call.man
parent85865ee34963aa2fae1d0503feb9858f63ef0af7 (diff)
ax25ipd: Fix warning and potential buffer overflow in bpqether.c.
Adding an additional check convinces GCC 11 there won't be a buffer overflow. Reading the code it's pretty hard to convince myself overflow is impossible so just suck it up and throw a potentially pointless check into the spaghetti. gcc -DHAVE_CONFIG_H -I. -I.. -DAX25_SYSCONFDIR=\""/usr/local/etc/ax25"\" -DAX25_LOCALSTATEDIR=\""/usr/local/var/ax25"\" -g -O2 -Wall -MT bpqether.o -MD -MP -MF .deps/bpqether.Tpo -c -o bpqether.o bpqether.c In function ‘tun_alloc’, inlined from ‘open_ethertap’ at bpqether.c:196:8: bpqether.c:142:17: warning: ‘strncpy’ output may be truncated copying 15 bytes from a string of length 4095 [-Wstringop-truncation] 142 | strncpy(ifr.ifr_name, dev, IFNAMSIZ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'call/call.man')
0 files changed, 0 insertions, 0 deletions