New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 628177 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Email to this user bounced
Closed: Jul 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 2
Type: Bug



Sign in to add a comment

Uninitialized memory in EncodeTimeFromBeforeWindowsEpoch test case

Project Member Reported by thestig@chromium.org, Jul 14 2016

Issue description

https://build.chromium.org/p/chromium.memory.fyi/builders/Windows%20Unit%20%28DrMemory%20full%29%20%281%29/builds/5315

UNINITIALIZED READ: reading 0x002ef9f8-0x002ef9fa 2 byte(s)
# 0 ntdll.dll!RtlTimeFieldsToTime                                             +0x4a     (0x77504ed4 <ntdll.dll+0x54ed4>)
# 1 KERNELBASE.dll!SystemTimeToFileTime                                       +0x4f     (0x750c8730 <KERNELBASE.dll+0x8730>)
# 2 base.dll!base::Time::FromExploded                                          [base\time\time_win.cc:259]
# 3 net::der::test::EncodeValuesTest_EncodeTimeFromBeforeWindowsEpoch_Test::TestBody [net\der\encode_values_unittest.cc:53]

UNINITIALIZED READ: reading 0x003af8f8-0x003af8fa 2 byte(s)
# 0 ntdll.dll!RtlTimeFieldsToTime                                             +0x4a     (0x77504ed4 <ntdll.dll+0x54ed4>)
# 1 KERNELBASE.dll!SystemTimeToFileTime                                       +0x4f     (0x750c8730 <KERNELBASE.dll+0x8730>)
# 2 base.dll!base::Time::FromExploded                                          [base\time\time_win.cc:259]
# 3 net::der::test::EncodeValuesTest_EncodeTimeAfterTimeTMax_Test::TestBody    [net\der\encode_values_unittest.cc:79]
# 4 testing::internal::HandleExceptionsInMethodIfSupported<>                   [testing\gtest\src\gtest.cc:2458]

 

Comment 1 by dadrian@google.com, Jul 14 2016

Owner: dadrian@google.com
Cc: -dadrian@google.com isheriff@chromium.org
Status: Started (was: Available)
https://codereview.chromium.org/2148303002/ but that might not land today. I was out most of the day so the DrMemory bots error for this did not get suppressed.
Project Member

Comment 3 by bugdroid1@chromium.org, Jul 15 2016

Comment 5 by dadrian@google.com, Jul 20 2016

Status: Verified (was: Started)

Sign in to add a comment