]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Raise the AFL_MAP_SIZE to accommodate future growth
authorTomas Mraz <tomas@openssl.org>
Fri, 15 Mar 2024 10:28:42 +0000 (11:28 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 15 Mar 2024 12:37:50 +0000 (13:37 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23851)

.github/workflows/fuzz-checker.yml

index c20ae29f08952e93e3e9afc0c53af2aa4b2e6bde..b9a73e539a721126b2407def7cd5de5629b6e113 100644 (file)
@@ -73,7 +73,7 @@ jobs:
         ./util/opensslwrap.sh version -c
     - name: make test restricted
       if: matrix.fuzzy.tests != ''
-      run: AFL_MAP_SIZE=120985 make test HARNESS_JOBS=${HARNESS_JOBS:-4} TESTS="${{ matrix.fuzzy.tests }}"
+      run: AFL_MAP_SIZE=300000 make test HARNESS_JOBS=${HARNESS_JOBS:-4} TESTS="${{ matrix.fuzzy.tests }}"
     - name: make test all
       if: matrix.fuzzy.tests == ''
-      run: AFL_MAP_SIZE=120985 make test HARNESS_JOBS=${HARNESS_JOBS:-4}
+      run: AFL_MAP_SIZE=300000 make test HARNESS_JOBS=${HARNESS_JOBS:-4}