nix-community / rnix-parser

A Nix parser written in Rust [maintainer=@oberblastmeister]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Try out fuzzing on the parser

Ma27 opened this issue · comments

#31 has shown that especially error conditions are interesting and potentially error-prone and there's a certain chance that there are a few more issues like this.

While talking about this with @lheckemann today, he suggested to try out fuzzing, e.g. https://afl-1.readthedocs.io/en/latest/fuzzing.html and I think that's worth a shot :)

Corresponding PR is part of 0.11.0.