Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
security
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
tools
security
Commits
66835cb7
Commit
66835cb7
authored
7 years ago
by
android-build-team Robot
Browse files
Options
Downloads
Plain Diff
Snap for 4733905 from
5ac26e09
to qt-release
Change-Id: I0d9b895389ee52f1c37ed50d6ac09f6c06b7b88a
parents
90d81c04
5ac26e09
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
fuzzing/fuzz/fuzz
+5
-5
5 additions, 5 deletions
fuzzing/fuzz/fuzz
with
5 additions
and
5 deletions
fuzzing/fuzz/fuzz
+
5
−
5
View file @
66835cb7
...
...
@@ -15,7 +15,7 @@
# Abort on any error
# Global configuration
FUZZER_BASE
=
"/data/nativetest64/fuzzers"
FUZZER_BASE
S
=(
"/data/nativetest64/fuzzers"
"/data/nativetest/fuzzers"
)
WORK_BASE
=
"/data/local/tmp/fuzz"
LAST_FUZZ
=
"
$WORK_BASE
/last_session"
...
...
@@ -150,11 +150,11 @@ if [ -e $1 ]; then
FUZZER
=
"
$(
basename
$FUZZER_BIN
)
"
else
FUZZER
=
"
${
1
%_fuzzer
}
"
FUZZER_BIN
=
"
${
FUZZER_BASE
}
/
${
OPT_ENGINE
}
/
${
FUZZER
}
_fuzzer"
if
[
!
-e
"
$FUZZER_BIN
"
]
;
then
die
"Invalid fuzzer name
${
FUZZER
}
: (
$FUZZER_BIN
does not exist)"
fi
for
FUZZER_BASE
in
"
${
FUZZER_BASES
[@]
}
"
;
do
FUZZER_BIN
=
"
${
FUZZER_BASE
}
/
${
OPT_ENGINE
}
/
${
FUZZER
}
_fuzzer/
${
FUZZER
}
_fuzzer"
[
-e
"
$FUZZER_BIN
"
]
&&
break
done
fi
shift
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment