The repository contains seed corpus and dictionaries for Lua fuzzing tests.
build/tests/capi/luaL_loadbuffer_proto/luaL_loadbuffer_proto_test -set_cover_merge=1 CORPUS NEW_CORPUS
build/tests/capi/luaL_loadbuffer_proto/luaL_loadbuffer_proto_test -merge=1 CORPUS NEW_CORPUS
To prevent repository bloat:
git rev-list --disk-usage --objects --all
git reset --soft HEAD~2000 && git commit -m "Corpus squash"
git prune --progress
git gc
Validate Lua syntax in samples:
find lua/ -name '*.lua' -print0 | xargs --null -i lua {}
find lua/ -name '*.lua' -print0 | xargs --null -i luajit {}