]> git.proxmox.com Git - mirror_iproute2.git/commit - misc/ss.c
misc: avoid snprintf warnings in ss and nstat
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 19 Mar 2018 23:23:18 +0000 (16:23 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 29 Mar 2018 15:32:43 +0000 (08:32 -0700)
commitda8034a01904b7f8ed5a96624d06f56b8d3e4afd
tree773279464cc536018010a7decea8445f31e23037
parentd5732e34707b0e62c2fcbaf78ca3bd26b229a993
misc: avoid snprintf warnings in ss and nstat

Gcc 8 checks that target buffer is big enough.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
misc/nstat.c
misc/ss.c