Of course. LGTM with comment.
https://chromiumcodereview.appspot.com/10409073/diff/1/tools/fuzz-harness.sh File tools/fuzz-harness.sh (right): https://chromiumcodereview.appspot.com/10409073/diff/1/tools/fuzz-harness.sh#newcode68 tools/fuzz-harness.sh:68: cat > "$v8_root/tools/jsfunfuzz.patch" <<- EOF nit: "<< EOF" is sufficient ("<<-" strips leading tabs, which we don't have anyway). Also, we don't need to persist the .patch file: cat << EOF | patch -s -p0 -d "$v8_root" [patch contents...] EOF https://chromiumcodereview.appspot.com/10409073/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
