forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fuzz: make runtime root hermetic in server_fuzz_test. (envoyproxy#4258)
It's kind of scary allowing this to point to arbitrary locations, we will see performance and correctness issues as fuzz tests and the container filesystem interact. Fixes oss-fuzz issue https://oss-fuzz.com/v2/testcase-detail/5730612661452800. Risk level: Low Testing: Corpus entry added. Signed-off-by: Harvey Tuch <[email protected]>
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
test/server/server_corpus/clusterfuzz-testcase-minimized-server_fuzz_test-5730612661452800
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
runtime { | ||
symlink_root: "/" | ||
subdirectory: "tmp" | ||
override_subdirectory: "out" | ||
} | ||
admin { | ||
access_log_path: "/" | ||
address { | ||
pipe { | ||
path: "WW" | ||
} | ||
} | ||
} |
This file contains 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