nautilus icon indicating copy to clipboard operation
nautilus copied to clipboard

misleading path_to_workdir in config.ron, which should be ended with /

Open zjuchenyuan opened this issue 6 years ago • 0 comments

https://github.com/RUB-SysSec/nautilus/blob/dd3554a9a417b8b503507a35d097bb422a048549/config.ron#L16

this value is passed to Fuzzer:

https://github.com/RUB-SysSec/nautilus/blob/c691086fa08a090f355afb97547b200cf3687a9c/gramophone/src/main.rs#L100-L106

And then being concatenated directly to paths of queue files, like:

https://github.com/RUB-SysSec/nautilus/blob/c691086fa08a090f355afb97547b200cf3687a9c/gramophone/src/queue.rs#L96-L98

So, current setting will leads to output folder in /data/projects/grammar_fuzz/gramophoneoutputs instead of /data/projects/grammar_fuzz/gramophone/outputs

zjuchenyuan avatar Sep 11 '19 13:09 zjuchenyuan