On 29/03/2012 5:38 AM, Matthias Schwarzott wrote: > Maybe it is possible (without looking at the code) to just change that > method to set the variable to defined using VALGRIND_MAKE_MEM_DEFINED. > > Matthias > Brilliant. Thanks Matthias. I wasn't aware of these macros that can be used in code (only been using Valgrind for a couple of weeks :). I used this to tell valgrind that a couple of values being passed to my callback by libcurl were actually defined. I don't actually know why they're undefined but they're outside my control. This got rid of hundreds of errors that were "polluting" the output.
cheers Bruce ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
