Add kernel snapshot support
[lttng-tools.git] / src / common / uri.c
index e54eb387d14fefb0f1923cd1f01b4287fc8255ae..4af94072cb6100ab99e70228087022a20840e560 100644 (file)
@@ -186,7 +186,7 @@ int uri_to_str_url(struct lttng_uri *uri, char *dst, size_t size)
 {
        int ipver, ret;
        const char *addr;
-       char proto[4], port[7];
+       char proto[5], port[7];
 
        assert(uri);
        assert(dst);
This page took 0.023429 seconds and 4 git commands to generate.