Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
0vercl0k committed Feb 17, 2024
1 parent 559cb2a commit 36d65a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions linux_mode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ permitted by applicable law.
A valid context for root could not be obtained.
Last login: Fri Dec 1 21:21:22 UTC 2023 on ttyS0
root@linux:~# ./a.out
root@linux:~# ./a.out [Thread 0x7ffff6a98640 (LWP 2148566) exited]

Enter some input.
d
Expand All @@ -128,7 +127,7 @@ Restored
In the Qemu tab, press Ctrl+C, run the `cpu` command
```

Once the second tab indicates to run the `cpu` command, run the `cpu` command from the first tab:
Once the second tab indicates to run the `cpu` command, press Ctrl+C and run the `cpu` command from the first tab:

```console
Thread 1 "qemu-system-x86" received signal SIGINT, Interrupt.
Expand Down
2 changes: 1 addition & 1 deletion src/wtf/wtf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ int main(int argc, const char *argv[]) {

MasterCmd->add_option("--runs", Opts.Master.Runs, "Runs")
->description("Number of mutations done.")
->required();
->default_val(std::numeric_limits<decltype(Opts.Master.Runs)>::max());

MasterCmd
->add_option("--max_len", Opts.Master.TestcaseBufferMaxSize,
Expand Down

0 comments on commit 36d65a3

Please sign in to comment.