realchonk / fuse-ufs

FUSE driver for FreeBSD's UFSv2
BSD 2-Clause "Simplified" License
7 stars 3 forks source link

Implement rudimentary fuzzer #76

Closed casept closed 1 month ago

casept commented 1 month ago

Currently just walks the directory tree.

Required refactoring some parts of the code so that a UFS image in a memory buffer can be used instead of a backing file for performance reasons.

Already finds quite a few crashes, @realchonk is working on fixes for them.