X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fbuffer-view.h;h=47f09b430c5be1c3b538c86d5eae20b1546a217d;hp=f22dc524c743afbdb0f9e2ec52e3d3405ff69f8e;hb=44635d77b591f83a80d48cd93497bd1cd6aa788d;hpb=67d8e2ef48ea2cd334bf9efd90b58b976437a3cd diff --git a/src/common/buffer-view.h b/src/common/buffer-view.h index f22dc524c..47f09b430 100644 --- a/src/common/buffer-view.h +++ b/src/common/buffer-view.h @@ -35,6 +35,18 @@ LTTNG_HIDDEN struct lttng_buffer_view lttng_buffer_view_init( const char *src, size_t offset, ptrdiff_t len); +/** + * Checks if a buffer view is safe to access. + * + * After calling the buffer view creation functions, callers should verify + * if the resquested length (if any is explicitly provided) could be mapped + * to a new view. + * + * @view Buffer view to validate + */ +LTTNG_HIDDEN +bool lttng_buffer_view_is_valid(const struct lttng_buffer_view *view); + /** * Return a buffer view referencing a subset of the memory referenced by another * view.