]> git.proxmox.com Git - mirror_iproute2.git/commit - misc/rtacct.c
Fix snprintf with non format
authorStephen Hemminger <stephen.hemminger@vyatta.com>
Wed, 9 Mar 2011 18:41:44 +0000 (10:41 -0800)
committerStephen Hemminger <shemminger@vyatta.com>
Tue, 12 Apr 2011 21:23:27 +0000 (14:23 -0700)
commit8988b02ee1d04fdf07b913454b8d4e7b5e3092e5
tree641265bb713950fea1c004ff49d7783f15df22f8
parent38c867d2a82d6f2b60450550fbaaadc5d9c77579
Fix snprintf with non format

snprintf was being called with environment variable.
If variable had format string (like %s) then program would crash.
misc/rtacct.c