devdanzin / fusil

Fusil is a multi-agent Python library used to write fuzzing programs
GNU General Public License v2.0
10 stars 1 forks source link

Sometimes `stdout` gets stuck in an invalid state that keeps creating false successes #34

Closed devdanzin closed 10 hours ago

devdanzin commented 1 week ago

Sometimes in a fuzzer run, all sessions start to be considered successes because the stdout file starts to include, at the top, text from previous successful sessions.

Figure out why and fix it.

devdanzin commented 10 hours ago

Not seeing this anymore, will reopen if it reappears.