zip_reader.cc doesn't properly handle failures from FromLocalExploded() |
||
Issue descriptionhttps://code.google.com/p/chromium/codesearch#chromium/src/third_party/zlib/google/zip_reader.cc&l=169&cl=GROK if (exploded_time.HasValidValues()) { last_modified_ = base::Time::FromLocalExploded(exploded_time); } else { // Use Unix time epoch if the time stamp data is invalid. last_modified_ = base::Time::UnixEpoch(); } However HasValidValues() is not guaranteed to mean that FromLocalExploded() succeeds.
,
Jul 21 2016
Closing per comment 1 |
||
►
Sign in to add a comment |
||
Comment 1 by maksim.s...@intel.com
, Jul 4 2016