Skip to content

Commit

Permalink
Fix Nyx build script (#965)
Browse files Browse the repository at this point in the history
due to the call to pushd on line 23 not being directed at packer, the wrong commit was being used and so that resulted in the wrong init.cpio.gz being generated which hangs when trying to run the libxml2 examples however using the right commit (86b159bafc0b2ba8feeaa8761a45b6201d34084f) fixes this problem.
  • Loading branch information
humpty99 committed Dec 21, 2022
1 parent d77d9d5 commit de6ee8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl_nyx/build_nyx_support.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi
if [ ! -e ./packer/.git ]; then
rm -rf ./packer
git clone https://github.com/syheliel/packer.git || exit 1
pushd QEMU-Nyx
pushd packer
git reset --hard 86b159bafc0b2ba8feeaa8761a45b6201d34084f
popd
fi
Expand Down

0 comments on commit de6ee8b

Please sign in to comment.