Closed iceman1001 closed 8 years ago
I'm kind of guessning this part in the patch file will make a out-of-bounds error, if the thread_count is bigger than the default value 4.
pthread_t threads[thread_count]; thread_count = sysconf(_SC_NPROCESSORS_CONF);
Yep, thanks for spotting this one. Fixed in my repo.
I'm kind of guessning this part in the patch file will make a out-of-bounds error, if the thread_count is bigger than the default value 4.