dpctl: Add OVS_PRINTF_FORMAT annotation to dpctl_* functions.
authorDaniele Di Proietto <diproiettod@vmware.com>
Wed, 6 May 2015 18:00:24 +0000 (19:00 +0100)
committerBen Pfaff <blp@nicira.com>
Thu, 7 May 2015 19:49:38 +0000 (12:49 -0700)
commit7521b9e59e7e70773f542e748823cb2236b8c462
treee0309bbd3d52853264dd920887b34c597b30104e
parent881ac34c52da07ef4c0825f92629cb6362813410
dpctl: Add OVS_PRINTF_FORMAT annotation to dpctl_* functions.

Fixes passing variable data as a printf() format string.

Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/dpctl.c