Maratyszcza / pthreadpool

Portable (POSIX/Windows/Emscripten) thread pool for C/C++
BSD 2-Clause "Simplified" License
342 stars 132 forks source link

fix heap overflow in pthreadpool_create #47

Open fuzzer1121 opened 2 months ago

fuzzer1121 commented 2 months ago

Hi,

While fuzzing we triggered crash that was reported in #21 and https://issuetracker.google.com/issues/211696118

Code has changed a bit since then, but problem is the same.