Don't crash if the tm_zone field returned by localtime is NULL
authorjochen@chromium.org <jochen@chromium.org>
Wed, 5 Nov 2014 08:30:59 +0000 (08:30 +0000)
committerjochen@chromium.org <jochen@chromium.org>
Wed, 5 Nov 2014 08:31:19 +0000 (08:31 +0000)
commitbd9d317e115ed7b93573ccbc32965088a33f425d
tree6b90fa005cb4ac79af7521822541cadf8b1e9ed1
parent50ecc645391490360f4399f94cf61d914373e5af
Don't crash if the tm_zone field returned by localtime is NULL

BUG=chromium:158355
R=svenpanne@chromium.org
LOG=n

Review URL: https://codereview.chromium.org/662093003

Cr-Commit-Position: refs/heads/master@{#25129}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25129 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/base/platform/platform-linux.cc