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

Issue 3105: Enforce Terminate on Heap Corruption in most of our executable on Windows XP ... (Closed)

Created:
12 years, 3 months ago by M-A Ruel
Modified:
9 years, 7 months ago
Reviewers:
Nicolas Sylvain
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Enforce Terminate on Heap Corruption in most of our executable on Windows XP SP3 or Vista. This won't submit the crash dump but it's still better than nothing. Fix broken alignment on test_shell_main.cc. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=2546

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -196 lines) Patch
M base/process_util.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M base/process_util_posix.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M base/process_util_win.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M base/run_all_unittests.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/app/chrome_exe_main.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/common/ipc_tests.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/util/run_all_unittests.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/test/perf/perftests.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/reliability/run_all_unittests.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/ui/run_all_unittests.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/test/unit/run_all_unittests.cc View 1 3 chunks +2 lines, -1 line 0 comments Download
M chrome/tools/convert_dict/convert_dict.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/tools/perf/flush_cache/flush_cache.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/tools/profiles/generate_profile.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/tools/test/image_diff/image_diff.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M net/tools/tld_cleanup/tld_cleanup.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/run_all_tests.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/test_shell_main.cc View 1 2 chunks +193 lines, -192 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
M-A Ruel
12 years, 3 months ago (2008-09-17 16:47:07 UTC) #1
Nicolas Sylvain
Be sure to submit this when the tree is idle so you see how many ...
12 years, 3 months ago (2008-09-17 21:51:52 UTC) #2
Nicolas Sylvain
3 more questions 1. Is it going to impact the speed? 2. How can we ...
12 years, 3 months ago (2008-09-17 21:53:23 UTC) #3
M-A Ruel
2008/9/17 <nsylvain@chromium.org>: > 1. Is it going to impact the speed? Not significantly from what ...
12 years, 3 months ago (2008-09-18 19:42:46 UTC) #4
Nicolas Sylvain
12 years, 3 months ago (2008-09-19 19:38:55 UTC) #5
From a security perspective i'm OK with this change.  but i'm afraid it's going
to make it harder to track some bugs if we don't have crash dumps.

I guess security is first, so LGTM.

Please submit when the tree is idle. I,m sure it's going to turn red!

Powered by Google App Engine
This is Rietveld 408576698