diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-05-12 22:42:41 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-05-12 22:42:41 +0200 |
commit | 0c1c947aaf758368558dadd027b8a6503ba2c20f (patch) | |
tree | dfa136aa852586cea7f17f93a3f4aae9472eb5ce | |
parent | 6224ae1c6004d52b230aa6dd6694c7d57dc49627 (diff) | |
download | afl++-0c1c947aaf758368558dadd027b8a6503ba2c20f.tar.gz |
updated uc ref
-rw-r--r-- | unicorn_mode/UNICORNAFL_VERSION | 2 | ||||
m--------- | unicorn_mode/unicornafl | 0 | ||||
-rwxr-xr-x | unicorn_mode/update_uc_ref.sh | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/unicorn_mode/UNICORNAFL_VERSION b/unicorn_mode/UNICORNAFL_VERSION index 336c171b..bb3959ea 100644 --- a/unicorn_mode/UNICORNAFL_VERSION +++ b/unicorn_mode/UNICORNAFL_VERSION @@ -1 +1 @@ -a5b7900 +5833117 diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl -Subproject a5b79002ca18219c83f9aec4e71007917c6be2e +Subproject 5833117abf55d54c4191ead81312764df03a48b diff --git a/unicorn_mode/update_uc_ref.sh b/unicorn_mode/update_uc_ref.sh index 486f37d6..21450e69 100755 --- a/unicorn_mode/update_uc_ref.sh +++ b/unicorn_mode/update_uc_ref.sh @@ -24,6 +24,7 @@ cd ./unicornafl || exit 1 git fetch origin master 1>/dev/null || exit 1 git stash 1>/dev/null 2>/dev/null git stash drop 1>/dev/null 2>/dev/null +git checkout master if [ -z "$NEW_VERSION" ]; then # No version provided, take HEAD. |