pthreadpool icon indicating copy to clipboard operation
pthreadpool copied to clipboard

Deploy fuzz testing on this project

Open Rust401 opened this issue 1 year ago • 1 comments

We found that the open source software pthreadpool is very suitable for our needs, and we are ready to introduce it into our project.

But for security reasions, can we deploy fuzz testing for this software?

Rust401 avatar Dec 12 '24 15:12 Rust401

For fuzz testing, you can use tools such as DTfuzz and upload the source code of the fuzz test.

VVVVRainbow avatar Dec 12 '24 15:12 VVVVRainbow