Re: [PATCH iproute2] tc: Fix output of ip attributes
From: Stephen Hemminger <stephen@networkplumber.org> Date: 2018-07-07 17:00:16
On Tue, 3 Jul 2018 15:54:32 +0300
Roi Dayan [off-list ref] wrote:
Example output is of tos and ttl.
Befoe this fix the format used %x caused output of the pointer
instead of the intended string created in the out variable.
Fixes: e28b88a464c4 ("tc: jsonify flower filter")
Signed-off-by: Roi Dayan <redacted>
Applied.
It would be better to use snprintf to be safe.