Fix: truncation of text array and sequences by NULL terminator
[lttng-ust.git] / include / lttng / ust-events.h
index ca3d19818b2bc6dd19134d950afc889dfa52395f..a418bb9811469ddc499bbddecd83dec5ccb828d3 100644 (file)
@@ -451,7 +451,7 @@ struct lttng_ust_channel_buffer_ops {
                        const void *src, size_t len);
        void (*event_strcpy)(struct lttng_ust_lib_ring_buffer_ctx *ctx,
                        const char *src, size_t len);
-       void (*event_strcpy_pad)(struct lttng_ust_lib_ring_buffer_ctx *ctx,
+       void (*event_pstrcpy_pad)(struct lttng_ust_lib_ring_buffer_ctx *ctx,
                        const char *src, size_t len);
 
        /* End of base ABI. Fields below should be used after checking struct_size. */
This page took 0.025166 seconds and 4 git commands to generate.