X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fconf.c;fp=src%2Fbin%2Flttng%2Fconf.c;h=3a40ec5208edad530ae923c2d72b791c9f0ee276;hp=4bcf49e336c18dd79c67d0b4091f608f7d382f89;hb=9908810a4cfc351cc94e09ffef5898dfc33a9600;hpb=44721eb2b9db6fc20192aa5d344c25f7255babf4 diff --git a/src/bin/lttng/conf.c b/src/bin/lttng/conf.c index 4bcf49e33..3a40ec520 100644 --- a/src/bin/lttng/conf.c +++ b/src/bin/lttng/conf.c @@ -25,7 +25,7 @@ #include #include -#include +#include #include #include "conf.h" @@ -191,7 +191,7 @@ char *config_read_session_name(char *path) #define NAME_MAX_SCANF_IS_A_BROKEN_API "254" #endif - session_name = malloc(NAME_MAX); + session_name = zmalloc(NAME_MAX); if (session_name == NULL) { ERR("Out of memory"); goto error;