Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(688)

Issue 6533009: Switch from wcsftime to GetDateFormat to avoid crash in setup.... (Closed)

Created:
9 years, 10 months ago by tommi (sloooow) - chröme
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

Switch from wcsftime to GetDateFormat to avoid crash in setup. TEST=Fix for crash in setup. See bug for details. BUG=73212 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=75305

Patch Set 1 #

Total comments: 11

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -9 lines) Patch
M chrome/installer/setup/install_worker.cc View 1 chunk +4 lines, -9 lines 0 comments Download
M chrome/installer/util/install_util.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/installer/util/install_util.cc View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/installer/util/install_util_unittest.cc View 1 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
tommi (sloooow) - chröme
9 years, 10 months ago (2011-02-16 22:44:50 UTC) #1
robertshield
On 2011/02/16 22:44:50, tommi wrote: LGTM Change itself looks good to me, but the bug ...
9 years, 10 months ago (2011-02-17 01:47:30 UTC) #2
tommi (sloooow) - chröme
The exception that the crt is throwing is because of invalid input. This suggests that ...
9 years, 10 months ago (2011-02-17 02:56:08 UTC) #3
grt (UTC plus 2)
drive-by, not that you asked... http://codereview.chromium.org/6533009/diff/1/chrome/installer/util/install_util.cc File chrome/installer/util/install_util.cc (right): http://codereview.chromium.org/6533009/diff/1/chrome/installer/util/install_util.cc#newcode268 chrome/installer/util/install_util.cc:268: wchar_t date_str[10] = {0}; ...
9 years, 10 months ago (2011-02-17 04:04:10 UTC) #4
tommi (sloooow) - chröme
Thanks Greg. That's very useful info and I'll go over these in the morning. I ...
9 years, 10 months ago (2011-02-17 04:51:51 UTC) #5
tommi (sloooow) - chröme
ptal http://codereview.chromium.org/6533009/diff/1/chrome/installer/util/install_util.cc File chrome/installer/util/install_util.cc (right): http://codereview.chromium.org/6533009/diff/1/chrome/installer/util/install_util.cc#newcode268 chrome/installer/util/install_util.cc:268: wchar_t date_str[10] = {0}; On 2011/02/17 04:04:10, grt ...
9 years, 10 months ago (2011-02-17 19:40:09 UTC) #6
grt (UTC plus 2)
9 years, 10 months ago (2011-02-17 20:02:50 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698