mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 08:11:34 +00:00
Merge pull request #78 from devnexen/netbsd_bind_cpu_fix
Systen config typo for NetBSD
This commit is contained in:
commit
95bdb47f01
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user