Comment #13 on issue 20997 by [email protected]: Uninitialized param in IPC::Channel::ChannelImpl::Send http://code.google.com/p/chromium/issues/detail?id=20997
:\ We're pickling a WebPreferences, which is all wstrings, strings, ints and bools, with a GURL tossed in. The GURL is just pickled as a string. I've looked at the message code, which just writes the size of the pickle, and the writers for those types clearly fill in their data. In addition, we have Pickle::EndWrite to zero-fill unused memory for just a case like this. I'm really not sure what's going on here. -- 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
