Re: Suspect "uninitialised value(s)" error

Karl Robillard via Valgrind-users <[email protected]> Thu, 12 Oct 2023 11:59:53 -0400
Newsgroups gmane.comp.debugging.valgrind
Message-ID <[email protected]>
On Thursday, October 12, 2023 4:16:17 AM EDT Paul Floyd wrote:
> Yes, a lot of users tend to be confused in thinking that once an object
> has been initialized then it will always be initialized.

I found the problem in my code and it was as you say Paul.  Due to a bug 
elsewhere, some member in the uninitialized part of the structure was being 
used to overwrite a previously set member.

Thanks for your feedback and your continued work on Valgrind! 


-Karl