Skip to content

v0.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 03:37
· 23 commits to master since this release
variant_utils: Set the variant size on strings/bytes

Since https://github.com/fluent/fluent-bit/commit/1ce8d04598, any code that needs to read a variant string/bytes size must use the `cfl_variant_size_get` function because variant strings might be references.

Ctraces must also set that field or else it is not possible to determine the length.

Signed-off-by: Thiago <[email protected]>