Hi Lionel,

Lionel Elie Mamane wrote:

> And I've just checked for overlap by running
> these on the latrace output:
>
> grep ' memcpy(' | sed 's/[(,)]/ /g' | gawk '{if ( strtonum($8) <= 
> strtonum($5) && strtonum($8) + strtonum($11) >= strtonum($5)) print "overlap: 
> " $5 " " $8 " " $11 }'
> grep ' memcpy(' | sed 's/[(,)]/ /g' | gawk '{if ( strtonum($8) >= 
> strtonum($5) && strtonum($5) + strtonum($11) >= strtonum($8)) print "overlap: 
> " $5 " " $8 " " $11 }'

Could you try the analagous checks with strcpy and stpcpy?



-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111017101423.gc22...@elie.hsd1.il.comcast.net

Reply via email to