Understood but I swear this isn't the case in some of the issues I see. If I can come up with a code example which triggers this I can perhaps post it.
/ David Hedbor
Previous text:
2004-03-03 00:48: Subject: Re: valgrinding Pike - some problems
On Wed, Mar 03, 2004 at 12:35:02AM +0100, David Hedbor @ Pike developers forum wrote:
The thing is, I get this error on memory that most definitely has been initialized (as far as I can tell).
As I said in my previous message - it might be far away from first initialization.
I.e., say, you have:
int a, f = 0; // You sure that f is initialized...
// blabla... if (condition) f = a; // a is still garbage
if (f) // ...so this will trigger the error ....; Well... I hope you got the idea :) Regards, /Al
/ Brevbäraren