Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmp_tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominik Loidolt
cmp_tool
Merge requests
!32
Add fuzzing testing setup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Add fuzzing testing setup
fuzz
into
master
Overview
0
Commits
13
Changes
1
Merged
Dominik Loidolt
requested to merge
fuzz
into
master
1 year ago
Overview
0
Commits
13
Changes
1
0
0
Merge request reports
Viewing commit
345d1035
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
345d1035
lundef do not work with sanitizer
· 345d1035
Dominik Loidolt
authored
1 year ago
.clusterfuzzlite/build.sh
+
1
−
0
View file @ 345d1035
Edit in single-file editor
Open in Web IDE
Show full file
@@ -15,6 +15,7 @@ meson setup "$BUILD" \
-Dfuzzer_ldflags
=
"
$LIB_FUZZING_ENGINE
"
\
-Ddebug_level
=
0
\
-Ddefault_library
=
static
\
-Db_lundef
=
false
\
--wrap-mode
=
nodownload
# build fuzzers
Loading