Fix: out of bounds access to buffer uuid
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index ebb896b585e6fb759a9ea0c85f32c801f4d94ec2..c0b89a1232dfebd5e5f6b09da3c82ee186bfca6d 100644 (file)
@@ -338,7 +338,7 @@ struct lttcomm_consumer_msg {
                        uint32_t gid;                           /* Group ID ot the session */
                        uint64_t relayd_id;                     /* Relayd id if apply. */
                        uint64_t key;                           /* Unique channel key. */
-                       unsigned char uuid[UUID_STR_LEN];       /* uuid for ust tracer. */
+                       unsigned char uuid[UUID_LEN];   /* uuid for ust tracer. */
                        uint32_t chan_id;                       /* Channel ID on the tracer side. */
                        uint64_t tracefile_size;        /* bytes */
                        uint32_t tracefile_count;       /* number of tracefiles */
This page took 0.024306 seconds and 5 git commands to generate.