fluentd icon indicating copy to clipboard operation
fluentd copied to clipboard

Fix line skipping issue in receive_lines method

Open yugeeklab opened this issue 3 weeks ago • 1 comments

Which issue(s) this PR fixes: Fixes https://github.com/fluent/fluentd/issues/4494 recoverd from #4491

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 Jun 17 '24 00:06 yugeeklab