testing - How to produce file i/o buffer on linux and other test? -


i want test app file i/o buffer overflow , other i/o error. how can produce such type of cases using programming ?

you can use fuzz testing tool zzuf corrupt input program. simulate io errors.

more broadly, after fault injection tool (of fuzzer 1 type).


Comments

Popular posts from this blog

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

jQuery Ajax Render Fragments OR Whole Page -

java - Why is BlockingQueue.take() not releasing the thread? -