Re: [Valgrind-users] False report

2010-12-23 Thread Osman, Ahmed
Sorry I made a mistake. It should be a new thread -Original Message- From: David Woodhouse [mailto:dw...@infradead.org] Sent: Thursday, December 23, 2010 10:30 AM To: Osman, Ahmed Cc: valgrind-users@lists.sourceforge.net Subject: Re: [Valgrind-users] False report On Thu, 2010-12-23

Re: [Valgrind-users] False report

2010-12-23 Thread Dave Goodell
On Dec 23, 2010, at 12:25 PM CST, Dallman, John wrote: It appears that everything used in that line is set. Might valgrind not recognize the values set to idx and length in the call to sscanf()? With puzzling things like this, try simply printing the values in question with printf().

Re: [Valgrind-users] False report

2010-12-23 Thread Osman, Ahmed
: [Valgrind-users] False report On Dec 23, 2010, at 12:25 PM CST, Dallman, John wrote: It appears that everything used in that line is set. Might valgrind not recognize the values set to idx and length in the call to sscanf()? With puzzling things like this, try simply printing the values