Hi all, I would have expected, that when I do a read access on a memory location (ie. dereference the pointer), which was previously marked with VALGRIND_MAKE_MEM_UNDEFINED(), I get an error message from the memcheck tool. But I don't. I also don't get an error, when I do a read access on a pointer freshly returned from malloc(). I do get the "param write(buf) points to uninitialised byte(s)" warning, when I pass the pointer to write(2), but why not for a simple dereference statement?
Thanks, Bert ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
