We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This only affects you if ALL of following are true:
2.31.7, 2.31.8 and 2.31.9
Bad code introduced here: PettitWesley/fluent-bit@ab11d1d
Introduced in AWS for Fluent Bit here: 612f246
flb_sds_printf(&buf, "inode=%"PRIu64", %s, events: ", file->name, file->inode);
The arguments are out of order, file->inode should be first, file->name should be second.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This only affects you if ALL of following are true:
Versions Impacted
2.31.7, 2.31.8 and 2.31.9
Mitigations
Root Cause
Bad code introduced here: PettitWesley/fluent-bit@ab11d1d
Introduced in AWS for Fluent Bit here: 612f246
The arguments are out of order, file->inode should be first, file->name should be second.
The text was updated successfully, but these errors were encountered: