Fix: memory corruption in compat.h
[lttng-ust.git] / liblttng-ust / compat.h
index de5e64775004dfefb87fb7e1210016b855eabb88..cd83b46ba8e4000dc901f2e5adddca8debf59977 100644 (file)
@@ -100,7 +100,7 @@ int lttng_ust_setustprocname(void)
 {
        int ret = 0, len;
        char name[LTTNG_UST_PROCNAME_LEN];
-       int limit = LTTNG_UST_PROCNAME_LEN - strlen(LTTNG_UST_PROCNAME_SUFFIX);
+       int limit = LTTNG_UST_PROCNAME_LEN - strlen(LTTNG_UST_PROCNAME_SUFFIX) - 1;
 
        lttng_ust_getprocname(name);
 
This page took 0.02247 seconds and 4 git commands to generate.