Skip to content

Commit

Permalink
ngolo-fuzzing: more generic arguments for fuzz targets building (goog…
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber authored May 2, 2022
1 parent 3195128 commit bcf7972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngolo-fuzzing/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mv $SRC/goroot /root/.go
compile_package () {
pkg=$1
pkg_flat=`echo $pkg | sed 's/\//_/g'`
args=`cat $SRC/ngolo-fuzzing/std/exclude.txt | grep "$pkg_flat " | awk '{print "-exclude", $2}'`
args=`cat $SRC/ngolo-fuzzing/std/args.txt | grep "$pkg_flat " | cut -d" " -f2-`
./ngolo-fuzzing $args $pkg fuzz_ng_$pkg_flat
(
cd fuzz_ng_$pkg_flat
Expand Down

0 comments on commit bcf7972

Please sign in to comment.