fluentd icon indicating copy to clipboard operation
fluentd copied to clipboard

Fix line skipping issue in receive_lines method

Open yugeeklab opened this issue 1 month ago • 7 comments

Which issue(s) this PR fixes: Fixes #4494

What this PR does / why we need it: Before this patch, long lines could cause breakdowns in fluentd, potentially posing a vulnerability. With this patch, max_line_size will be integrated into the FIFO, enabling the system to skip lines exceeding the maximum size before executing receive_lines.

Docs Changes:

Release Note:

yugeeklab avatar May 10 '24 11:05 yugeeklab