diff options
| author | van Hauser <vh@thc.org> | 2022-02-10 12:12:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-10 12:12:02 +0100 |
| commit | 1d4f1e48797c064ee71441ba555b29fc3f467983 (patch) | |
| tree | 66124b018da5451bd5eb578c460bd27e0614e52e /afl-system-config | |
| parent | 2d9325aed9bde0630162a5efaac33a2a8f5bb252 (diff) | |
| parent | de7058b75b629011246be12b4ae7df1e504925b1 (diff) | |
| download | afl++-1d4f1e48797c064ee71441ba555b29fc3f467983.tar.gz | |
Merge pull request #1326 from AFLplusplus/dev
push to stable
Diffstat (limited to 'afl-system-config')
| -rwxr-xr-x | afl-system-config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/afl-system-config b/afl-system-config index b222b2ad..ef343704 100755 --- a/afl-system-config +++ b/afl-system-config @@ -76,6 +76,9 @@ EOF DONE=1 fi if [ "$PLATFORM" = "OpenBSD" ] ; then + doas sysctl vm.malloc_conf= + echo 'Freecheck on allocation in particular can be detrimental to performance.' + echo 'Also we might not want necessarily to abort at any allocation failure.' echo 'System security features cannot be disabled on OpenBSD.' echo DONE=1 |
