On 09/08/2012 01:02 PM, Jeff Squyres wrote:
> Short version:
> --
>
> The glibc argz functions in RHEL produce valgrind warnings about illegal
> reads.
That just means that glibc's valgrind suppression hints are incomplete.
> You can see that the error is that the glibc argz_insert
On Sep 10, 2012, at 3:32 PM, Eric Blake wrote:
>> You can see that the error is that the glibc argz_insert is apparently doing
>> an optimized memmove that is assumedly doing some kind of 8 byte read. The
>> only problem is that there is less than 8 bytes left in the string
>
> but AT LEAST 8