XNU: Add undefined, make paths in build.sh absolute (#6589)

* Add XNU (SockFuzzer) (#6583)

* XNU: Make paths in build.sh absolute

* Add undefined build

Co-authored-by: Ned Williamson <nedwill@google.com>
This commit is contained in:
Ned Williamson 2021-10-12 11:29:52 -07:00 committed by GitHub
parent fd15c6d57a
commit e3be55d85a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -15,8 +15,8 @@
#
################################################################################
mkdir build
cd build
mkdir $SRC/build
cd $SRC/build
cmake -GNinja $SRC/SockFuzzer
ninja

View File

@ -7,3 +7,4 @@ fuzzing_engines:
- honggfuzz
sanitizers:
- address
- undefined