siemens / fluffi

FLUFFI (Fully Localized Utility For Fuzzing Instantaneously) - A distributed evolutionary binary fuzzer for pentesters
MIT License
100 stars 21 forks source link

openssl dependency build runs out of memory #234

Closed p0wer0xff closed 4 years ago

p0wer0xff commented 4 years ago

when building ARM with constrained memory, the openssl build runs out of memory because too many processes are spawned. this is due to the fact that in make_dep.sh the make -j$THREADS will be evaluated to make -j since the THREADS variable does not exist: there is a typo in the beginning.