mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-10 02:20:07 +00:00
oss-fuzz: adapt options to oss-fuzz build
Signed-off-by: Christian Brauner (Microsoft) <christian.brauner@ubuntu.com>
This commit is contained in:
parent
0196c4df71
commit
cfa85da6da
@ -46,10 +46,11 @@ meson setup san_build \
|
|||||||
-Dapparmor=false \
|
-Dapparmor=false \
|
||||||
-Dopenssl=false \
|
-Dopenssl=false \
|
||||||
-Dselinux=false \
|
-Dselinux=false \
|
||||||
-Db_lto_mode=default \
|
-Dseccomp=false \
|
||||||
-Db_sanitize=address,undefined
|
-Db_lto=false \
|
||||||
ninja -C san_build
|
-Db_pie=false \
|
||||||
ninja -C san_build install
|
-Doss-fuzz=true
|
||||||
|
ninja -C san_build -v
|
||||||
|
|
||||||
for fuzz_target_source in src/tests/fuzz-lxc*.c; do
|
for fuzz_target_source in src/tests/fuzz-lxc*.c; do
|
||||||
fuzz_target_name=$(basename "$fuzz_target_source" ".c")
|
fuzz_target_name=$(basename "$fuzz_target_source" ".c")
|
||||||
|
Loading…
Reference in New Issue
Block a user