X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Fevent-notifier-notification.c;h=5bbbbd31064a6743a2b2d7b2119d704a4c063f28;hb=abbb25fd2b9d5bea6ec4d76e5df4a2b7259ece04;hp=ed2c8d28ae217823acace539b5d3e9c777d816c6;hpb=33f43caa08bc332900bc8671a156912a09e88aa2;p=lttng-ust.git diff --git a/liblttng-ust/event-notifier-notification.c b/liblttng-ust/event-notifier-notification.c index ed2c8d28..5bbbbd31 100644 --- a/liblttng-ust/event-notifier-notification.c +++ b/liblttng-ust/event-notifier-notification.c @@ -315,7 +315,7 @@ void notification_send(struct lttng_event_notifier_notification *notif, ssize_t ret; size_t content_len; int iovec_count = 1; - struct lttng_ust_event_notifier_notification ust_notif; + struct lttng_ust_event_notifier_notification ust_notif = {0}; struct iovec iov[2]; assert(notif);