Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zafl
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
Container Registry
Model registry
Operate
Environments
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
zafl
Commits
b8dc9c0f
Commit
b8dc9c0f
authored
6 years ago
by
Anh Nguyen-Tuong
Browse files
Options
Downloads
Patches
Plain Diff
Fix permission issue
parent
41243659
No related branches found
No related tags found
No related merge requests found
Pipeline
#1467
passed
6 years ago
Stage: clean
Stage: build
Stage: test
Stage: install
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cicd_testing/afl-zafl.sh
+1
-4
1 addition, 4 deletions
cicd_testing/afl-zafl.sh
with
1 addition
and
4 deletions
cicd_testing/afl-zafl.sh
+
1
−
4
View file @
b8dc9c0f
...
...
@@ -6,13 +6,10 @@ cd /tmp/zafl_test
source
set_env_vars
# Test with afl
echo
"Core pattern settings"
save_core_pattern
=
/tmp/
$(
whoami
)
.core_pattern
sudo cat
/proc/sys/kernel/core_pattern
>
$save_core_pattern
echo
"Setup afl - ZAFL_HOME=
$ZAFL_HOME
ZFUZZ_HOME=
$ZFULL_HOME
"
$ZAFL_HOME
/zfuzz/util/setup-afl.sh
$ZAFL_HOME
/zfuzz/util/afl_setup_core_pattern.sh
sudo
$ZAFL_HOME
/zfuzz/util/afl_setup_core_pattern.sh
echo
"Test various zafl configurations"
$ZAFL_HOME
/zfuzz/test/strings/test_strings.sh
...
...
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