Skip to content

Commit

Permalink
fuzz: fuzzing integrations, fuzz the descriptors module
Browse files Browse the repository at this point in the history
This integrates fuzzing into our project by introducing two targets
which exercise the descriptor parsing and analysis logic.

The `descriptor_parse` is dead simple but not very effective. The
`descriptors` harness tries to be smarter by almost always generating a
valid Liana descriptor.

Of course, this is just a first integration and both could be made more
effective.
  • Loading branch information
darosior committed Mar 13, 2024
1 parent f7924fb commit 3017b88
Show file tree
Hide file tree
Showing 6 changed files with 1,052 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ gui/ui/Cargo.lock
gui/ui/examples/design-system/Cargo.lock
Xcode_12.2.xip
.idea/
fuzz/corpus
Loading

0 comments on commit 3017b88

Please sign in to comment.