[PATCH] Fix p{readv,writev}{64} consolidation implementation

Pedro Alves palves@redhat.com
Wed Jun 15 13:00:00 GMT 2016


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



More information about the Libc-alpha mailing list