X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fvendor%2Fmsgpack%2Funpack.c;h=6b10f05b15859bf34a70db2aa744e08ba25248c2;hb=eb2dca3bdbb5f9d1fe8dc4c5d83951fe99ea0b29;hp=b390f58684661249545c64764a37ab337165a691;hpb=116a02e33a6aba03128c268c333e1c35584848d2;p=lttng-tools.git diff --git a/src/vendor/msgpack/unpack.c b/src/vendor/msgpack/unpack.c index b390f5868..6b10f05b1 100644 --- a/src/vendor/msgpack/unpack.c +++ b/src/vendor/msgpack/unpack.c @@ -50,7 +50,7 @@ static int template_execute( static inline msgpack_object template_callback_root(unpack_user* u) { - msgpack_object o; + msgpack_object o = {}; MSGPACK_UNUSED(u); o.type = MSGPACK_OBJECT_NIL; return o;