Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Coredns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
Coredns
Commits
0186aadf
Commit
0186aadf
authored
Nov 10, 2017
by
Miek Gieben
Committed by
GitHub
Nov 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fuzz: put fuzzing stuff in own build tag (#1215)
No need to have this build all the time.
parent
4443b4a0
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
1 deletion
+9
-1
Makefile.fuzz
Makefile.fuzz
+1
-1
plugin/cache/fuzz.go
plugin/cache/fuzz.go
+2
-0
plugin/file/fuzz.go
plugin/file/fuzz.go
+2
-0
plugin/proxy/fuzz.go
plugin/proxy/fuzz.go
+2
-0
plugin/rewrite/fuzz.go
plugin/rewrite/fuzz.go
+2
-0
No files found.
Makefile.fuzz
View file @
0186aadf
...
@@ -25,7 +25,7 @@ echo:
...
@@ -25,7 +25,7 @@ echo:
.PHONY
:
$(PLUGINS)
.PHONY
:
$(PLUGINS)
$(PLUGINS)
:
echo
$(PLUGINS)
:
echo
go-fuzz-build
$(REPO)
/
$
(
@
)
go-fuzz-build
-tags
fuzz
$(REPO)
/
$
(
@
)
go-fuzz
-bin
=
./
$
(
@
)
-fuzz
.zip
-workdir
=
fuzz/
$
(
@
)
go-fuzz
-bin
=
./
$
(
@
)
-fuzz
.zip
-workdir
=
fuzz/
$
(
@
)
.PHONY
:
clean
.PHONY
:
clean
...
...
plugin/cache/fuzz.go
View file @
0186aadf
// +build fuzz
package
cache
package
cache
import
(
import
(
...
...
plugin/file/fuzz.go
View file @
0186aadf
// +build fuzz
package
file
package
file
import
(
import
(
...
...
plugin/proxy/fuzz.go
View file @
0186aadf
// +build fuzz
package
proxy
package
proxy
import
(
import
(
...
...
plugin/rewrite/fuzz.go
View file @
0186aadf
// +build fuzz
package
rewrite
package
rewrite
import
(
import
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment