]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commit
Fix warning about sprintf() and NSTAT_HIST
authorStephen Hemminger <stephen.hemminger@vyatta.com>
Sat, 26 Dec 2009 18:21:13 +0000 (10:21 -0800)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Sat, 26 Dec 2009 18:21:13 +0000 (10:21 -0800)
commit896ebd6c705651abe0a6eedc9c6158a5db6e38d3
treeeb9147789c1cdca6fb7599615bdc06a886d53cb2
parent985f4578c6f14bb85100613776c36cecd26e0d2b
Fix warning about sprintf() and NSTAT_HIST

The environment variable could contain format characters, causing
problems. Better to just use it directly.
misc/nstat.c