]> git.proxmox.com Git - mirror_iproute2.git/commit
tc util: Fix possible buffer overflow when print class id
authorVadim Kochan <vadim4j@gmail.com>
Mon, 20 Apr 2015 05:33:32 +0000 (08:33 +0300)
committerStephen Hemminger <shemming@brocade.com>
Mon, 20 Apr 2015 17:06:02 +0000 (10:06 -0700)
commit46679bbbe89699016d31486de7599590d02a5054
tree5406ac24e4e0b0ce9361fa98239b48d4746c831f
parent782cf01dc01a7af01928bb12f60683f2bfe25a96
tc util: Fix possible buffer overflow when print class id

Use correct handle buffer length.

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
tc/tc_util.c