From: Karl R. <kro...@zo...> - 2023-10-12 16:00:20
|
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 |