Tags: silverwind/fluent-bit
Tags
tests: internal: record_accessor: release sds buffer on exit Signed-off-by: Eduardo Silva <[email protected]>
filter_expect: release key value (CID 292096) Signed-off-by: Eduardo Silva <[email protected]>
lib: monkey: on timers use monotonic clock Signed-off-by: Eduardo Silva <[email protected]>
build: use cmake variable magic instead of `cmake` (fluent#2048) Some Windows systems do not set PATH to cmake.exe. For this reason, invoking cmake can sometimes fail with an error "unrecognized command: cmake". Work around that by using CMAKE_COMMAND that contains an absolute path to cmake.exe. Signed-off-by: Fujimoto Seiji <[email protected]>
snap: remove daemon mode and bump version to v1.4.1 Signed-off-by: Eduardo Silva <[email protected]>
dockerfile: adjust distroless version Signed-off-by: Eduardo Silva <[email protected]>
gzip: fix wrong usage of address when calculating available size flb_gzip_compress() calculate strm.avail_out while compressing the buffer. However, it wrongly uses `out_data` which is argument to this function and likely to be an address of local variable in stack. This should be `out_buf` which is the start address and to which `pb` belongs to. Signed-off-by: Lee Byeoksan <[email protected]>
lib: chunkio: upgrade from v1.0.1 to v1.0.2 Signed-off-by: Eduardo Silva <[email protected]>
PreviousNext