[PATCH] Fix p{readv,writev}{64} consolidation implementation
Adhemerval Zanella
adhemerval.zanella@linaro.org
Wed Jun 15 13:32:00 GMT 2016
On 15/06/2016 09:59, Pedro Alves wrote:
> On 06/14/2016 10:54 PM, Adhemerval Zanella wrote:
>> +
>> + char buf1[32];
>> + char buf2[64];
>> +
>> + memset (buf1, 0x00, sizeof buf1);
>> + memset (buf1, 0xca, sizeof buf1);
>> +
>
> Did you mean to memset buf2 in the second memset call?
>
> Thanks,
> Pedro Alves
>
Oops yes, I will change that.
More information about the Libc-alpha
mailing list