Comment #6 on issue 8314 by [email protected]: new UMR in AutocompleteEditViewWin::SetSelectionRange http://code.google.com/p/chromium/issues/detail?id=8314
I don't believe the memory purify is claiming is uninitialized is actually uninitialized. CRichEditCtrl::GetSel() cannot fail, and even if it could, the whole struct, not just half of it, would be uninitialized. I think the fact that there's a C-style cast of the CHARRANGE (an 8-byte struct) to an LPARAM (a four-byte integral type) during some of the ATL functions here is confusing Purify. -- 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 --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
