Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Post-merge update
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges authored Aug 1, 2023
1 parent 31bf877 commit f65c2b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/agent/onefuzz-task/src/local/template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ struct LibFuzzer {
inputs: PathBuf,
readonly_inputs: Vec<PathBuf>,
crashes: PathBuf,
crashdumps: PathBuf,
target_exe: PathBuf,
target_env: HashMap<String, String>,
target_options: Vec<String>,
Expand Down Expand Up @@ -143,6 +144,7 @@ impl TaskConfig {
inputs: context.to_monitored_sync_dir("inputs", &config.inputs)?,
readonly_inputs: Some(ri?),
crashes: context.to_monitored_sync_dir("crashes", &config.crashes)?,
crashdumps: context.to_monitored_sync_dir("crashdumps", &config.crashdumps)?,
target_exe: config.target_exe.clone(),
target_env: config.target_env.clone(),
target_options: config.target_options.clone(),
Expand Down
4 changes: 2 additions & 2 deletions src/proxy-manager/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f65c2b6

Please sign in to comment.