Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix JSON output when using -j or --json option #54

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Conversation

scriptprivate
Copy link

No description provided.

@@ -32,27 +32,27 @@ package Engine::Fuzzer {
} => $payload || ""
);

my $result;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can just define the $result as 0 and remove the catch function below

lib/Engine/FuzzerThread.pm Outdated Show resolved Hide resolved
lib/Engine/FuzzerThread.pm Outdated Show resolved Hide resolved
- add retry mechanism to handle race conditions in JSON parsing
- log nozaki.pl output to debug.log for debugging
- ensure debug.log is deleted after test completion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants