Chromium Code Reviews

Issue 6676076: Fix Win32 bots - they crash/timeout on too long thread name. (Closed)

Created:
9 years, 9 months ago by Dmitry Titov
Modified:
9 years, 7 months ago
Reviewers:
Vitaly Repeshko
CC:
v8-dev
Visibility:
Public.

Description

Fix Win32 bots - they crash/timeout on too long thread name. Committed: http://code.google.com/p/v8/source/detail?r=7296

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Stats (+6 lines, -1 line)
M src/platform-win32.cc View 1 chunk +5 lines, -1 line 0 comments
M src/win32-headers.h View 1 chunk +1 line, -0 lines 0 comments

Messages

Total messages: 2 (0 generated)
Dmitry Titov
strncpy_s() actually crashes (asserts in dbg) if it is told to copy more characters then ...
9 years, 9 months ago (2011-03-21 23:06:01 UTC) #1
Vitaly Repeshko
9 years, 9 months ago (2011-03-22 13:44:45 UTC) #2
LGTM

Powered by Google App Engine