|
From: Michael R. <M.R...@F5...> - 2008-12-01 23:15:37
|
When Valgrind says "Conditional jump or move depends on uninitialised value(s)," it does not give an address or a size, so if I'm looking at a line like
1264 if (inet_addr_equal(ip, ae->ip_addr, addrlen) && (ifc == ae->ifc)) {
I really have very little idea what's going on.
Before I go try to patch Valgrind so that it will print out some information about where the undefinedness is, I thought I'd ask: Is there some technical reason why Valgrind doesn't already do this?
|