Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
ea35e2cc
Unverified
Commit
ea35e2cc
authored
Mar 30, 2021
by
Christian Brauner
Committed by
GitHub
Mar 30, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3755 from evverx/lxc-net
oss-fuzz.sh: put the "lxc.net" keys to the seed corpus as well
parents
21e9bead
593f13bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
oss-fuzz.sh
src/tests/oss-fuzz.sh
+6
-2
No files found.
src/tests/oss-fuzz.sh
View file @
ea35e2cc
...
...
@@ -49,6 +49,10 @@ make -j$(nproc)
$CC
-c
-o
fuzz-lxc-config-read.o
$CFLAGS
-Isrc
-Isrc
/lxc src/tests/fuzz-lxc-config-read.c
$CXX
$CXXFLAGS
$LIB_FUZZING_ENGINE
fuzz-lxc-config-read.o src/lxc/.libs/liblxc.a
-o
$OUT
/fuzz-lxc-config-read
perl
-lne
'if (/config_jump_table\[\]\s*=/../^}/) { /"([^"]+)"/ && print "$1=" }'
src/lxc/confile.c
>
doc/examples/all-keys.conf
[[
-s
doc/examples/all-keys.conf
]]
perl
-lne
'if (/config_jump_table\[\]\s*=/../^}/) { /"([^"]+)"/ && print "$1=" }'
src/lxc/confile.c
>
doc/examples/keys.conf
[[
-s
doc/examples/keys.conf
]]
perl
-lne
'if (/config_jump_table_net\[\]\s*=/../^}/) { /"([^"]+)"/ && print "lxc.net.$1=" }'
src/lxc/confile.c
>
doc/examples/lxc-net-keys.conf
[[
-s
doc/examples/lxc-net-keys.conf
]]
zip
-r
$OUT
/fuzz-lxc-config-read_seed_corpus.zip doc/examples
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