odp-util: Avoid returning static data in ovs_key_attr_to_string().
authorBen Pfaff <blp@nicira.com>
Mon, 15 Apr 2013 22:40:21 +0000 (15:40 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 10 Jun 2013 17:59:59 +0000 (10:59 -0700)
Returning a static data buffer makes code more brittle and definitely
not thread-safe, so this commit switches to using a caller-provided
buffer instead.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ansis Atteka <aatteka@nicira.com>

No differences found