Comment #6 on issue 5555 by erikkay: UMR in proxy_script_fetcher_unittest http://code.google.com/p/chromium/issues/detail?id=5555
Actually, the same thing is true with Purify. It treats "uninitialized memory copies" (UMC) as something different than UMRs, but just tracks them through their use. If we turned on UMC warnings, we'd be flooded with useless errors. If A is uninitialized, B = A isn't enough to trigger a UMR. To be honest, I don't understand why this one triggered an error. As eroman pointed out, this error is even stranger because it's clear that this code is executed in other tests (all over base for example), but his is the first place we saw it triggered. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
