Don't limit fuzzing inputs to 1 MB for afl-fuzz.
This change provides a level playing field for all fuzzers which allows for fair benchmarking using projects such as the excellent FuzzBench project.
Prior to this commit we limited afl-fuzz to ≤1 MB inputs but allowed unlimited length inputs for all other fuzzers.