[Fuzzing] move build.sh in trafficserver#10466
Merged
shukitchan merged 2 commits intoapache:masterfrom Sep 19, 2023
0x34d:Move-build.sh
Merged
[Fuzzing] move build.sh in trafficserver#10466shukitchan merged 2 commits intoapache:masterfrom 0x34d:Move-build.sh
shukitchan merged 2 commits intoapache:masterfrom
0x34d:Move-build.sh
Conversation
Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com>
Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com>
shukitchan
approved these changes
Sep 19, 2023
Contributor
|
This is ready. Right? |
Contributor
Author
Yes, All the tests pass. google/oss-fuzz#10986 |
DavidKorczynski
pushed a commit
to google/oss-fuzz
that referenced
this pull request
Sep 20, 2023
Remove `build.sh` and move to trafficserver repo. apache/trafficserver#10466 --------- Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com>
gedigi
pushed a commit
to gedigi/oss-fuzz
that referenced
this pull request
Sep 27, 2023
Remove `build.sh` and move to trafficserver repo. apache/trafficserver#10466 --------- Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com>
cmcfarlen
pushed a commit
to cmcfarlen/trafficserver
that referenced
this pull request
Jun 3, 2024
* asf/master: (30 commits) add conveinience function to lookup name->IntType* (apache#10474) cmake: bigobj subdir has executables, not plugins (apache#10481) cmake: compile jsonrpc_protocol with -fPIC (apache#10478) Make sure new metrics are always considered (apache#10445) Refactor and rename restart metrics (apache#10472) Fix the SNI and HOST parsing properly (apache#10480) slice/Data.h: CID 1508924: Uninitialized scalar field (apache#10470) CID 1508882: initialize pointer (apache#10469) CID-1512726: Mute coverity, use explicit check for iterator use past end (apache#10467) Fix Coverity issue in inliner plugin. (apache#10442) Set the proper variable when find_package fails to find the package (apache#10468) CID1508860: double lock confusion (apache#10443) Stop using functions that are unavailable on the latest quiche (apache#10447) Add allow-plain server ports attribute (apache#9574) [Fuzzing] move build.sh in trafficserver (apache#10466) Some sort of "fix" to mute coverity. (apache#10451) CID-1512733: Fix coverity issue (apache#10452) Fix cmake autooptions (apache#10456) Cmake presets (apache#10457) This fixes CID 1518257 (apache#10404) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Any change that can fail the building of fuzzers (e.g., #10462 (comment)) can be stopped by using the in-repo build.sh file for oss-fuzz.
Using CIfuzz can also tell you if this PR will break the fuzzing build.