diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2019-10-11 23:05:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-11 23:05:15 +0200 |
commit | 95bdb47f01b12ab8a6e8a8054d41e5db9fb2bc95 (patch) | |
tree | 5f2ae1518500c565d44ceb840e6c1cde343fc60e /afl-system-config | |
parent | ebf624772aa28ad0ce2a6e6c7abd8a9d1f94adc0 (diff) | |
parent | 1e4fb1f6febd68558350fa356554e3b886dc9363 (diff) | |
download | afl++-95bdb47f01b12ab8a6e8a8054d41e5db9fb2bc95.tar.gz |
Merge pull request #78 from devnexen/netbsd_bind_cpu_fix
Systen config typo for NetBSD
Diffstat (limited to 'afl-system-config')
-rwxr-xr-x | afl-system-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-system-config b/afl-system-config index a6e0efa4..99ebc61f 100755 --- a/afl-system-config +++ b/afl-system-config @@ -48,7 +48,7 @@ if [ "$PLATFORM" = "OpenBSD" ] ; then echo echo 'System security features cannot be disabled on OpenBSD.' fi -if [ "$PLATFORM" = "FreeBSD" ] ; then +if [ "$PLATFORM" = "NetBSD" ] ; then echo echo It is recommended to enable unprivileged users to set cpu affinity to be able to use afl-gotcpu meaningfully. |