There is a chance that other users are also not receiving their e-mails, so please take a look.
---------- Forwarded message ----------
From:
bungeman <address@hidden>Date: Fri, Oct 23, 2015 at 10:25 AM
Subject: [patch #8779] Add support for multiple files when fuzzing.
To: bungeman <
address@hidden>, Kostya Serebryany <
address@hidden>,
address@hiddenFollow-up Comment #1, patch #8779 (project freetype):
Note that this is of somewhat limited utility, in that it appears that the
fuzzer currently truncates inputs before calling into the mutator. As a
result, depending on the fuzzer max_len, this only works for rather small
inputs. It would be nice if the fuzzer supported multiple independent inputs
directly (or if there were some 'make this input smaller' callback).
Also, this isn't the highest quality code, it could probably stand some
refactoring. It was written this way mostly to keep ftfuzzer.cc stand alone
and independent of ftmutator.cc (and just have ftmutator.cc depend on
ftfuzzer.cc).