On 02/23/2018 05:30 PM, Wei Liu wrote:
On Fri, Feb 23, 2018 at 12:57:26AM +0100, Paul Semel wrote:
The minimum size for the input size was set to DATA_OFFSET + 1 which was meaning
that we were requesting at least one character of the data array to be filled.
This is not needed for the fuzzer t
On Fri, Feb 23, 2018 at 04:33:18PM +, George Dunlap wrote:
> On 02/23/2018 04:30 PM, Wei Liu wrote:
> > On Fri, Feb 23, 2018 at 12:57:26AM +0100, Paul Semel wrote:
> >> The minimum size for the input size was set to DATA_OFFSET + 1 which was
> >> meaning
> >> that we were requesting at least o
On 02/23/2018 04:30 PM, Wei Liu wrote:
> On Fri, Feb 23, 2018 at 12:57:26AM +0100, Paul Semel wrote:
>> The minimum size for the input size was set to DATA_OFFSET + 1 which was
>> meaning
>> that we were requesting at least one character of the data array to be
>> filled.
>> This is not needed fo
On Fri, Feb 23, 2018 at 12:57:26AM +0100, Paul Semel wrote:
> The minimum size for the input size was set to DATA_OFFSET + 1 which was
> meaning
> that we were requesting at least one character of the data array to be filled.
> This is not needed for the fuzzer to get working correctly.
Sorry, I
On 02/23/2018 11:44 AM, George Dunlap wrote:
Paul, thanks for reporting this! A couple of comments...
On 02/22/2018 11:57 PM, Paul Semel wrote:
The minimum size for the input size was set to DATA_OFFSET + 1 which was meaning
that we were requesting at least one character of the data array to
Paul, thanks for reporting this! A couple of comments...
On 02/22/2018 11:57 PM, Paul Semel wrote:
> The minimum size for the input size was set to DATA_OFFSET + 1 which was
> meaning
> that we were requesting at least one character of the data array to be filled.
> This is not needed for the fu
On 02/23/2018 12:57 AM, Paul Semel wrote:
The minimum size for the input size was set to DATA_OFFSET + 1 which was meaning
that we were requesting at least one character of the data array to be filled.
This is not needed for the fuzzer to get working correctly.
The maximum size for the input s
The minimum size for the input size was set to DATA_OFFSET + 1 which was meaning
that we were requesting at least one character of the data array to be filled.
This is not needed for the fuzzer to get working correctly.
The maximum size for the input size was set to INPUT_SIZE, which is actually
t