Skip to content

Implementation Error in neuzz.c line 1726 #27

Description

@BraveCattle

In line 1726 in function dry_run, the code is

                    else if(fault = FAULT_TMOUT){

which I believe it should be

                    else if(fault == FAULT_TMOUT){

Still it seems that it did not affect the overall execution. Guess it might be due to that no generated input leads to timeout error?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions