Skip to content

fuzz: fix oss-fuzz build failure #7339

Merged
mattklein123 merged 2 commits intoenvoyproxy:masterfrom
asraa:ifdeffs
Jun 20, 2019
Merged

fuzz: fix oss-fuzz build failure #7339
mattklein123 merged 2 commits intoenvoyproxy:masterfrom
asraa:ifdeffs

Conversation

@asraa
Copy link
Copy Markdown
Contributor

@asraa asraa commented Jun 20, 2019

OSS-Fuzz (using Clang version 9) builds fail due to std::experimental::filesystem being deprecated in favor of std::filesystem. This resolves the build failure until Envoy requires Clang >= 9.

Risk Level: Low
Testing: Fuzzers build successfully.

Fixes #Issue:
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15303#c1

asraa added 2 commits June 20, 2019 10:34
Signed-off-by: Asra Ali <asraa@google.com>
Signed-off-by: Asra Ali <asraa@google.com>
Copy link
Copy Markdown
Member

@mattklein123 mattklein123 left a comment

Choose a reason for hiding this comment

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

Thanks!

@mattklein123 mattklein123 merged commit e085962 into envoyproxy:master Jun 20, 2019
htuch pushed a commit that referenced this pull request Jun 24, 2019
Possible fix for filesystem crash in server fuzz test due to #7339

Testing: Add corpus entry
Issue
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15414

Signed-off-by: Asra Ali <asraa@google.com>
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.

2 participants