Status: Untriaged Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 5297 by [EMAIL PROTECTED]: Uninitialized memory read in layout test multipart/invalid-image-data-standalone.html http://code.google.com/p/chromium/issues/detail?id=5297 a recent purify run came up with this UMR in multipart/invalid-image-data-standalone.html [W] UMR: Uninitialized memory read in memcmp {1 occurrence} Reading 1 byte from 0x09e075a7 (1 byte at 0x09e075a7 uninitialized) Address 0x09e075a7 is argument #1 of memcmp Address 0x09e075a7 is 8447 bytes into a 12256 byte block at 0x09e054a8 Address 0x09e075a7 points to a C++ new block in heap 0x069a0000 Thread ID: 0x9e0 Error location memcmp [.\build\intel\mt_obj\memcmp.obj] std::char_traits<char>::compare(char const*,char const*,UINT) [c:\b\slave\pl\build\src\third_party\platformsdk_vista_6_0\files\vc\include\iosfwd.:436] std::basic_string<char,char_traits<char>::std,allocator<char>::std>::find(char const*,UINT,UINT)const [c:\b\slave\pl\build\src\third_party\platformsdk_vista_6_0\files\vc\include\xstring.:1742] std::basic_string<char,char_traits<char>::std,allocator<char>::std>::find(basic_string<char,char_traits<char>::std,allocator<char>::std>::std const&,UINT)const [c:\b\slave\pl\build\src\third_party\platformsdk_vista_6_0\files\vc\include\xstring.:1725] MultipartResponseDelegate::FindBoundary(void) [c:\b\slave\pl\build\src\webkit\glue\multipart_response_delegate.cc:221] MultipartResponseDelegate::OnReceivedData(char const*,int) [c:\b\slave\pl\build\src\webkit\glue\multipart_response_delegate.cc:93] WebCore::ResourceHandleInternal::OnReceivedData(char const*,int) [c:\b\slave\pl\build\src\webkit\glue\resource_handle_impl.cc:600] ?A0xc8f35eb9::RequestProxy::NotifyReceivedData(int) [c:\b\slave\pl\build\src\webkit\tools\test_shell\simple_resource_loader_bridge.cc:170] [EMAIL PROTECTED]@?A0xc8f35eb9@@[EMAIL PROTECTED]@ZH@@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@Z [c:\b\slave\pl\build\src\base\tuple.h:393] [EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@@UAEXXZ [c:\b\slave\pl\build\src\base\task.h:312] MessageLoop::RunTask(Task *) [c:\b\slave\pl\build\src\base\message_loop.cc:308] MessageLoop::DeferOrRunPendingTask(PendingTask::MessageLoop const&) [c:\b\slave\pl\build\src\base\message_loop.cc:316] MessageLoop::DoWork(void) [c:\b\slave\pl\build\src\base\message_loop.cc:408] base::MessagePumpForUI::DoRunLoop(void) [c:\b\slave\pl\build\src\base\message_pump_win.cc:208] base::MessagePumpWin::RunWithDispatcher(Delegate::MessagePump::base *,Dispatcher::MessagePumpWin::base *) [c:\b\slave\pl\build\src\base\message_pump_win.cc:52] base::MessagePumpWin::Run(Delegate::MessagePump::base *) [c:\b\slave\pl\build\src\base\message_pump_win.h:78] MessageLoop::RunInternal(void) [c:\b\slave\pl\build\src\base\message_loop.cc:197] MessageLoop::RunHandler(void) [c:\b\slave\pl\build\src\base\message_loop.cc:180] MessageLoop::Run(void) [c:\b\slave\pl\build\src\base\message_loop.cc:154] TestShell::WaitTestFinished(void) [c:\b\slave\pl\build\src\webkit\tools\test_shell\test_shell_win.cc:478] TestShell::RunFileTest(char const*,TestParams::TestShell const&) [c:\b\slave\pl\build\src\webkit\tools\test_shell\test_shell_win.cc:258] main [c:\b\slave\pl\build\src\webkit\tools\test_shell\test_shell_main.cc:378] _tmainCRTStartup [f:\sp\vctools\crt_bld\self_x86\crt\src\crt0.c:327] Allocation location new(UINT) [c:\b\slave\pl\build\src\third_party\webkit\javascriptcore\wtf\fastmalloc.h:92] std::D::_Allocate(unsigned int,char *) [c:\b\slave\pl\build\src\third_party\platformsdk_vista_6_0\files\vc\include\xmemory.:44] std::allocator<char>::allocate(UINT) [c:\b\slave\pl\build\src\third_party\platformsdk_vista_6_0\files\vc\include\xmemory.:146] std::basic_string<char,char_traits<char>::std,allocator<char>::std>::_Copy(UINT,UINT) [c:\b\slave\pl\build\src\third_party\platformsdk_vista_6_0\files\vc\include\xstring.:2010] std::basic_string<char,char_traits<char>::std,allocator<char>::std>::_Grow(UINT,bool) [c:\b\slave\pl\build\src\third_party\platformsdk_vista_6_0\files\vc\include\xstring.:2040] std::basic_string<char,char_traits<char>::std,allocator<char>::std>::append(char const*,UINT) [c:\b\slave\pl\build\src\third_party\platformsdk_vista_6_0\files\vc\include\xstring.:976] MultipartResponseDelegate::OnReceivedData(char const*,int) [c:\b\slave\pl\build\src\webkit\glue\multipart_response_delegate.cc:51] WebCore::ResourceHandleInternal::OnReceivedData(char const*,int) [c:\b\slave\pl\build\src\webkit\glue\resource_handle_impl.cc:600] ?A0xc8f35eb9::RequestProxy::NotifyReceivedData(int) [c:\b\slave\pl\build\src\webkit\tools\test_shell\simple_resource_loader_bridge.cc:170] [EMAIL PROTECTED]@?A0xc8f35eb9@@[EMAIL PROTECTED]@ZH@@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@Z [c:\b\slave\pl\build\src\base\tuple.h:393] [EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@@UAEXXZ [c:\b\slave\pl\build\src\base\task.h:312] MessageLoop::RunTask(Task *) [c:\b\slave\pl\build\src\base\message_loop.cc:308] MessageLoop::DeferOrRunPendingTask(PendingTask::MessageLoop const&) [c:\b\slave\pl\build\src\base\message_loop.cc:316] MessageLoop::DoWork(void) [c:\b\slave\pl\build\src\base\message_loop.cc:408] base::MessagePumpForUI::DoRunLoop(void) [c:\b\slave\pl\build\src\base\message_pump_win.cc:208] base::MessagePumpWin::RunWithDispatcher(Delegate::MessagePump::base *,Dispatcher::MessagePumpWin::base *) [c:\b\slave\pl\build\src\base\message_pump_win.cc:52] base::MessagePumpWin::Run(Delegate::MessagePump::base *) [c:\b\slave\pl\build\src\base\message_pump_win.h:78] MessageLoop::RunInternal(void) [c:\b\slave\pl\build\src\base\message_loop.cc:197] MessageLoop::RunHandler(void) [c:\b\slave\pl\build\src\base\message_loop.cc:180] MessageLoop::Run(void) [c:\b\slave\pl\build\src\base\message_loop.cc:154] TestShell::WaitTestFinished(void) [c:\b\slave\pl\build\src\webkit\tools\test_shell\test_shell_win.cc:478] TestShell::RunFileTest(char const*,TestParams::TestShell const&) [c:\b\slave\pl\build\src\webkit\tools\test_shell\test_shell_win.cc:258] main [c:\b\slave\pl\build\src\webkit\tools\test_shell\test_shell_main.cc:378] _tmainCRTStartup [f:\sp\vctools\crt_bld\self_x86\crt\src\crt0.c:327] -- 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 -~----------~----~----~----~------~----~------~--~---
