|
From: Robert W. <rj...@du...> - 2006-02-20 07:11:07
|
> Hi, Can somebody answer my following question? Or can you give me
> some clues on
> how I can check out from the code?
This isn't reported because Valgrind doesn't report unitialized
memory until it's used to make a decision or it's passed to a system
call, etc. Please see section 3.3.2 of the documention:
http://www.valgrind.org/docs/manual/mc-manual.html#mc-
manual.uninitvals
Regards,
Robert.
|