Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Transfer.Sh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
mirror
Transfer.Sh
Commits
b40e9d1f
Commit
b40e9d1f
authored
Aug 29, 2019
by
Book Moons
Committed by
Andrea Spacca
Sep 1, 2019
Browse files
Options
Downloads
Patches
Plain Diff
fuzz: Qualify target ID
Includes org name in target ID.
parent
071ecb49
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
fuzzit.sh
+2
-1
2 additions, 1 deletion
fuzzit.sh
with
2 additions
and
1 deletion
fuzzit.sh
+
2
−
1
View file @
b40e9d1f
...
@@ -8,6 +8,7 @@ if [ "$#" -ne 1 ]; then
...
@@ -8,6 +8,7 @@ if [ "$#" -ne 1 ]; then
fi
fi
# Configure
# Configure
NAME
=
transfersh
ROOT
=
./server
ROOT
=
./server
TYPE
=
$1
TYPE
=
$1
...
@@ -27,7 +28,7 @@ function fuzz {
...
@@ -27,7 +28,7 @@ function fuzz {
DIR
=
${
3
:-
$ROOT
}
DIR
=
${
3
:-
$ROOT
}
go-fuzz-build
-libfuzzer
-func
$FUNC
-o
fuzzer.a
$DIR
go-fuzz-build
-libfuzzer
-func
$FUNC
-o
fuzzer.a
$DIR
clang
-fsanitize
=
fuzzer fuzzer.a
-o
fuzzer
clang
-fsanitize
=
fuzzer fuzzer.a
-o
fuzzer
./fuzzit create job
--type
$TYPE
$TARGET
fuzzer
./fuzzit create job
--type
$TYPE
$NAME
/
$TARGET
fuzzer
}
}
fuzz Profile profile
fuzz Profile profile
fuzz HTTP http
fuzz HTTP http
...
...
...
...
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