Closed FraMecca closed 7 years ago
Hi @FraMecca,
tgc
does scan the stack and this can include uninitalised values but it does so safely so I think tgc
shouldn't be responsible for corrupting any values. See this entry in the FAQ: https://github.com/orangeduck/tgc#why-do-i-get-uninitialised-values-warnings-with-valgrind
Hi! I run make check with valgrind checking also for uninitialized values, and I noticed lots of errors. Is there a reason for that? I am trying to run the gc on some of my code and I noticed that some values corrupts and I think that the root cause is this. This is a sample: