Commit Graph

7 Commits

Author SHA1 Message Date
DavidKorczynski 23d522b2e8
[Fluent-bit] Refactor build script (#4372)
* Refactored the build script for fluent-bit since build is about to be controlled in upstream repo.

* Update build.sh

remove whitespace.

* We only support libfuzzer and hongfuzz because of linking issues with AFL.
2020-09-10 13:34:48 -07:00
DavidKorczynski 13c2289d14
Fixed fluent-bit build script for new plugin structure. (#3966) 2020-06-11 11:54:41 -07:00
DavidKorczynski 063f7b2e8a
Fixed changes added in clang-11.0. (#3852) 2020-05-20 08:17:18 -07:00
Eduardo Silva 5cab839c78
[fluent-bit] fix build by disabling alter_size filter plugin (#3783)
Signed-off-by: Eduardo Silva <edsiper@gmail.com>
2020-05-10 23:18:22 -07:00
DavidKorczynski dc4be10896
Fixed fluentbit build script. (#3766) 2020-05-06 09:16:39 -07:00
DavidKorczynski 407a41b602
Added three fuzzers to the fluent-bit project. (#3729)
* Added three fuzzers to the fluent-bit project.

* Minor comment and a lot of bug fixes on upstream, so Travis should not complain now.
2020-04-30 12:40:28 -07:00
DavidKorczynski a34124c41c
[fluent-bit] Added initial set up for fluent-bit. (#3593)
* Added initial set up for fluent-bit.

* Updated the email for the maintainer of the project.

* Update Dockerfile

Remove whitespace

* Update build.sh

We updated the fuzzer in main repo from CPP to C

* added one more maintainer

requested in https://github.com/fluent/fluent-bit/pull/2090#issuecomment-614260868

Co-authored-by: Max Moroz <mmoroz@chromium.org>
2020-04-15 14:02:20 -07:00