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

Bump fuzztest. #2087

Merged
merged 1 commit into from
Apr 9, 2024
Merged

Bump fuzztest. #2087

merged 1 commit into from
Apr 9, 2024

Conversation

vrabaud
Copy link
Collaborator

@vrabaud vrabaud commented Apr 2, 2024

I opened up bugs upstream to remove those patches at some point: google/fuzztest#1124 and google/fuzztest#1125

BUG=oss-fuzz:66560

@vrabaud vrabaud force-pushed the oss_fuzz2 branch 16 times, most recently from 13c6012 to a6099fa Compare April 4, 2024 12:29
BUG=oss-fuzz:66560
@vrabaud vrabaud requested a review from y-guyon April 9, 2024 13:54
@vrabaud vrabaud marked this pull request as ready for review April 9, 2024 13:55
@vrabaud vrabaud merged commit 30adc11 into AOMediaCodec:main Apr 9, 2024
26 checks passed
@vrabaud vrabaud deleted the oss_fuzz2 branch April 9, 2024 15:26
Copy link
Collaborator

@wantehchang wantehchang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vincent: Thank you for keeping our fuzztest up to date. I suggest adding comments for our local modifications.

ext/fuzztest.cmd Show resolved Hide resolved
sed -i 's/-fsanitize=address//g' ./cmake/FuzzTestFlagSetup.cmake
sed -i 's/-DADDRESS_SANITIZER//g' ./cmake/FuzzTestFlagSetup.cmake
sed -i 's/if (IsEnginePlaceholderInput(data)) return;/if (data.size() == 0) return;/g' ./fuzztest/internal/compatibility_mode.cc
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a comment to link to google/fuzztest#1125.

ext/fuzztest.cmd Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants