Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backports: v3.2 20240108 #9811

Merged
merged 7 commits into from
Jan 22, 2025
Merged

backports: v3.2 20240108 #9811

merged 7 commits into from
Jan 22, 2025

Conversation

edsiper
Copy link
Member

@edsiper edsiper commented Jan 8, 2025

Backports for v3.2.x:

  • systemd fix overrun
  • in_opentelemetry groups handling fix for protobuf decoding
  • lib: monkey: upgrade to v1.8.2
  • hash_table: support case sensitive mode

Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

Fix buffer over-reads in systemd input plugin (#9788).
In systemd_enumerate_data_store: when copying the item value
the input string may not be 0-terminated, so relying on
strlen may lead to reads beyond the end of the buffer.
Use the known string length instead of strlen.

Signed-off-by: Bodo Petermann <[email protected]>
@edsiper edsiper changed the base branch from master to 3.2 January 8, 2025 22:22
@edsiper edsiper marked this pull request as draft January 8, 2025 22:22
@edsiper edsiper marked this pull request as ready for review January 13, 2025 16:45
leonardo-albertovich and others added 6 commits January 21, 2025 17:45
Additionaly the explicitly set content-length was removed when
compressing the requests body was removed.

Signed-off-by: Leonardo Alminana <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
@edsiper edsiper added this to the Fluent Bit v3.2.5 milestone Jan 21, 2025
@edsiper edsiper merged commit e115c08 into 3.2 Jan 22, 2025
21 checks passed
@edsiper edsiper deleted the backports-3.2-20240108 branch January 22, 2025 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants