mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
Set AFL_MAP_SIZE to avoid crash in the AFL CI job
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23843)
This commit is contained in:
parent
b7de38e84c
commit
13ee569d41
4
.github/workflows/fuzz-checker.yml
vendored
4
.github/workflows/fuzz-checker.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
|||||||
./util/opensslwrap.sh version -c
|
./util/opensslwrap.sh version -c
|
||||||
- name: make test restricted
|
- name: make test restricted
|
||||||
if: matrix.fuzzy.tests != ''
|
if: matrix.fuzzy.tests != ''
|
||||||
run: make test HARNESS_JOBS=${HARNESS_JOBS:-4} TESTS="${{ matrix.fuzzy.tests }}"
|
run: AFL_MAP_SIZE=120985 make test HARNESS_JOBS=${HARNESS_JOBS:-4} TESTS="${{ matrix.fuzzy.tests }}"
|
||||||
- name: make test all
|
- name: make test all
|
||||||
if: matrix.fuzzy.tests == ''
|
if: matrix.fuzzy.tests == ''
|
||||||
run: make test HARNESS_JOBS=${HARNESS_JOBS:-4}
|
run: AFL_MAP_SIZE=120985 make test HARNESS_JOBS=${HARNESS_JOBS:-4}
|
||||||
|
Loading…
Reference in New Issue
Block a user