Via merging existing with new seeds to new set_cover_merge
set and then restoring the upstream seeds
0mv fuzz_seed_corpus fuzz_inputs_upstream
1test/fuzz/test_runner.py -l DEBUG --par $( nproc ) --m_dir ./fuzz_inputs_upstream/ --m_dir ./active-fuzzing fuzz_seed_corpus
2git restore -- ./fuzz_seed_corpus
3git add ./fuzz_seed_corpus
4git commit -m "Add Murch’s fuzz seeds June 2024"