diff options
author | Dominik Maier <domenukk@gmail.com> | 2022-01-19 22:10:29 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2022-01-19 22:10:29 +0100 |
commit | d9fefafae771c02f0071d953d4871204cefd1af5 (patch) | |
tree | 5802e2a450ce3391b82ce8e60e14447d48d4a23b /unicorn_mode | |
parent | 16bd6aad7c8eea3512d1634d9ecc64d2af4726e2 (diff) | |
download | afl++-d9fefafae771c02f0071d953d4871204cefd1af5.tar.gz |
move to unicorn2
Diffstat (limited to 'unicorn_mode')
-rw-r--r-- | unicorn_mode/UNICORNAFL_VERSION | 2 | ||||
m--------- | unicorn_mode/unicornafl | 0 | ||||
-rwxr-xr-x | unicorn_mode/update_uc_ref.sh | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/unicorn_mode/UNICORNAFL_VERSION b/unicorn_mode/UNICORNAFL_VERSION index dbe3999f..7d435717 100644 --- a/unicorn_mode/UNICORNAFL_VERSION +++ b/unicorn_mode/UNICORNAFL_VERSION @@ -1 +1 @@ -9df92d6868e8b219886e4b7458e5e134c48ff2c9 +6c7392fb5a607c0ad53b3082fa6cbfae9720306a diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl -Subproject 9df92d6868e8b219886e4b7458e5e134c48ff2c +Subproject 6c7392fb5a607c0ad53b3082fa6cbfae9720306 diff --git a/unicorn_mode/update_uc_ref.sh b/unicorn_mode/update_uc_ref.sh index 6e809a7b..85c4c7ef 100755 --- a/unicorn_mode/update_uc_ref.sh +++ b/unicorn_mode/update_uc_ref.sh @@ -24,7 +24,7 @@ cd ./unicornafl || exit 1 git fetch origin uc1 1>/dev/null || exit 1 git stash 1>/dev/null 2>/dev/null git stash drop 1>/dev/null 2>/dev/null -git checkout uc1 +git checkout main if [ -z "$NEW_VERSION" ]; then # No version provided, take HEAD. |