-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
core: allow up to 32MB length of line buffer in read_config #7691
core: allow up to 32MB length of line buffer in read_config #7691
Conversation
f05d2a1
to
70a13f6
Compare
70a13f6
to
827ee24
Compare
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
827ee24
to
090f8fe
Compare
read_config()
to allow arbitrary lengths090f8fe
to
974f15c
Compare
974f15c
to
53a4996
Compare
b3e3a58
to
78d88f5
Compare
dbb4779
to
909a68c
Compare
Signed-off-by: Hiroshi Hatake <[email protected]>
909a68c
to
767b605
Compare
@cosmo0920 is this ok to go ? |
Yes. It's ready to go! |
…#7691) --------- Signed-off-by: Thiago Padilha <[email protected]> Signed-off-by: Hiroshi Hatake <[email protected]> Co-authored-by: Hiroshi Hatake <[email protected]>
--------- Signed-off-by: Thiago Padilha <[email protected]> Signed-off-by: Hiroshi Hatake <[email protected]> Co-authored-by: Hiroshi Hatake <[email protected]>
Currently fluent-bit config file has an implicit line length limit of 4096 bytes, this modifies the
read_config
to allow arbitrary line lengths.Enter
[N/A]
in the box, if an item is not applicable to your change.Testing
Before we can approve your change; please submit the following in a comment:
If this is a change to packaging of containers or native binaries then please confirm it works for all targets.
ok-package-test
label to test for all targets (requires maintainer to do).Documentation
Backporting
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.