Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(724)

Issue 5783070: [ASan] Add back the support for /MT; intercept statically-linked functions (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by timurrrr_at_google_com
Modified:
12 years, 1 month ago
Reviewers:
glider
CC:
llvm-commits_cs.uiuc.edu
Visibility:
Public.

Description

[ASan] Add back the support for /MT; intercept statically-linked functions Committed as http://llvm.org/viewvc/llvm-project?view=rev&revision=152557

Patch Set 1 #

Total comments: 22

Patch Set 2 : A few improvements #

Total comments: 1

Patch Set 3 : Fix /MD #

Patch Set 4 : a few more improvements #

Patch Set 5 : fixed tabs #

Patch Set 6 : fixed lint warnings #

Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -11 lines) Patch
M lib/asan/asan_interceptors.cc View 1 2 3 4 5 1 chunk +25 lines, -0 lines 0 comments Download
M lib/asan/asan_malloc_win.cc View 1 4 chunks +11 lines, -4 lines 0 comments Download
M lib/asan/asan_win.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M lib/asan/interception/interception.h View 1 chunk +9 lines, -4 lines 0 comments Download
M lib/asan/interception/interception_win.h View 1 1 chunk +10 lines, -1 line 0 comments Download
M lib/asan/interception/interception_win.cc View 1 2 3 4 5 1 chunk +113 lines, -0 lines 0 comments Download

Messages

Total messages: 6
timurrrr_at_google_com
Hello Alexander, Can you please review this patch? Thanks, Timur
12 years, 1 month ago (2012-03-11 16:43:20 UTC) #1
glider
http://codereview.appspot.com/5783070/diff/1/lib/asan/asan_interceptors.cc File lib/asan/asan_interceptors.cc (right): http://codereview.appspot.com/5783070/diff/1/lib/asan/asan_interceptors.cc#newcode45 lib/asan/asan_interceptors.cc:45: char* __cdecl strchr(const char *s, char c); We definitely ...
12 years, 1 month ago (2012-03-11 17:14:06 UTC) #2
timurrrr_at_google_com
Thanks, PTAL! http://codereview.appspot.com/5783070/diff/1/lib/asan/asan_interceptors.cc File lib/asan/asan_interceptors.cc (right): http://codereview.appspot.com/5783070/diff/1/lib/asan/asan_interceptors.cc#newcode45 lib/asan/asan_interceptors.cc:45: char* __cdecl strchr(const char *s, char c); ...
12 years, 1 month ago (2012-03-12 10:06:31 UTC) #3
glider
http://codereview.appspot.com/5783070/diff/4002/lib/asan/interception/interception_win.cc File lib/asan/interception/interception_win.cc (right): http://codereview.appspot.com/5783070/diff/4002/lib/asan/interception/interception_win.cc#newcode138 lib/asan/interception/interception_win.cc:138: pool_used += head + 5; I think it's better ...
12 years, 1 month ago (2012-03-12 10:32:55 UTC) #4
glider
LGTM
12 years, 1 month ago (2012-03-12 10:39:29 UTC) #5
timurrrr_at_google_com
12 years, 1 month ago (2012-03-12 11:50:08 UTC) #6
On 2012/03/12 10:39:29, glider wrote:
> LGTM

Thanks, r152557!
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b