diff options
author | van Hauser <vh@thc.org> | 2023-02-25 08:53:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-25 08:53:59 +0100 |
commit | 2b5c9954f6099d7a70cbcf2db9af5a19327f385f (patch) | |
tree | aaa8770a743f6ab25a9f2849f62af8a68521344d | |
parent | 2bea77e28a969fcb62921862bef61cd751d7b9d5 (diff) | |
parent | 65d4d10762a14e2dab6b89962b0ccf0cbdc8de2e (diff) | |
download | afl++-2b5c9954f6099d7a70cbcf2db9af5a19327f385f.tar.gz |
Merge pull request #1654 from tokatoka/typo
Redqueen typo
-rw-r--r-- | .github/workflows/container.yml | 7 | ||||
-rw-r--r-- | src/afl-fuzz-redqueen.c | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 4599c335..8836997d 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -47,8 +47,8 @@ jobs: uses: actions/checkout@v3 - name: Set up QEMU uses: docker/setup-qemu-action@v2 -# with: -# platforms: arm64 + with: + platforms: arm64 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - name: Login to docker.io @@ -69,8 +69,7 @@ jobs: uses: docker/build-push-action@v3 with: context: . - platforms: linux/amd64 -# ,linux/arm64 + platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.push-tags.outputs.PUSH_TAGS }} cache-from: type=gha diff --git a/src/afl-fuzz-redqueen.c b/src/afl-fuzz-redqueen.c index 290be881..6e4a655b 100644 --- a/src/afl-fuzz-redqueen.c +++ b/src/afl-fuzz-redqueen.c @@ -1035,7 +1035,7 @@ static u8 cmp_extend_encoding(afl_state_t *afl, struct cmp_header *h, } else { - diff = 0; + o_diff = 0; } |