X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=liblttngctl%2Flttngctl.c;h=d0ba52bbf419d8a8b026a4316e3212271f0aef44;hp=90977f8c3caa19190601089a0657b51ba0d0195c;hb=a45d55367ba37e6561f709e2397b6d51126fb735;hpb=9a745bc7cbb8247543e38420fb8ba74f1756942d diff --git a/liblttngctl/lttngctl.c b/liblttngctl/lttngctl.c index 90977f8c3..d0ba52bbf 100644 --- a/liblttngctl/lttngctl.c +++ b/liblttngctl/lttngctl.c @@ -334,6 +334,10 @@ static int ask_sessiond(struct lttcomm_session_msg *lsm, void **buf) size = llm.data_size; if (size == 0) { + /* If client free with size 0 */ + if (buf != NULL) { + *buf = NULL; + } ret = 0; goto end; }