mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
typos
This commit is contained in:
@@ -120,8 +120,8 @@ deduplication from `afl-cmin`.
|
||||
|
||||
### Corpus directories
|
||||
|
||||
| Directory | Contents |
|
||||
|------------------------|--------------------------------------------------|
|
||||
| `corpus/initial/` | Hand-written seed inputs for `afl-fuzz -i` |
|
||||
| Directory | Contents |
|
||||
| ------------------------ | ----------------------------------------------- |
|
||||
| `corpus/initial/` | Hand-written seed inputs for `afl-fuzz -i` |
|
||||
| `corpus/vt-parser-cmin/` | Output of `afl-cmin` (edge-deduplicated corpus) |
|
||||
| `corpus/vt-parser-min/` | Output of `afl-tmin` (individually minimized) |
|
||||
|
||||
@@ -40,7 +40,7 @@ pub fn build(b: *std.Build) void {
|
||||
};
|
||||
|
||||
// Build a C entrypoint with afl-cc that links against the generated
|
||||
// static Zig library. afl-cc is expecte to be on the PATH.
|
||||
// static Zig library. afl-cc is expected to be on the PATH.
|
||||
const exe = afl.addInstrumentedExe(b, lib);
|
||||
|
||||
// Runner to simplify running afl-fuzz
|
||||
|
||||
Reference in New Issue
Block a user