Merge pull request #1654 from tokatoka/typo

Redqueen typo
This commit is contained in:
van Hauser 2023-02-25 08:53:59 +01:00 committed by GitHub
commit 2b5c9954f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -1035,7 +1035,7 @@ static u8 cmp_extend_encoding(afl_state_t *afl, struct cmp_header *h,
} else {
diff = 0;
o_diff = 0;
}