Commit Graph

2 Commits

Author SHA1 Message Date
Milan Broz b6786904ad
cryptsetup: increase builds_per_day (#9309)
The builds_per_day set to 2 seems to fit better cryptsetup project
metadata.

Signed-off-by: Milan Broz <gmazyland@gmail.com>

Signed-off-by: Milan Broz <gmazyland@gmail.com>
2022-12-29 08:49:33 -05:00
Milan Broz 6258bbdadb
[cryptsetup] Initial integration for cryptsetup (#8672)
This patch adds fuzzers built for the upstream cryptsetup project.

Initially, we try to fuzz LUKS2 on-disk format using various binary and
JSON header modification methods.
This produces basic coverage on on-disk header parsing code.

Fuzzers for other formats like LUKS1 will be added later.

Currently, we enable only binary fuzzer and plain JSON mutator with a
pre-generated corpus from previous experiments.

Changes based on Daniel Zatovic's work.

Signed-off-by: Milan Broz <gmazyland@gmail.com>
2022-10-05 11:59:05 -07:00