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

Issue 5656075: Remove calls to library strtol/atoll from ASan RTL (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by samsonov
Modified:
12 years, 2 months ago
CC:
kcc, llvm-commits_cs.uiuc.edu
Base URL:
https://llvm.org/svn/llvm-project/compiler-rt/trunk/lib/asan/
Visibility:
Public.

Patch Set 1 #

Total comments: 4

Patch Set 2 : (get rid of ctype.h, add check for overflow) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -16 lines) Patch
M asan_interceptors.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M asan_interceptors.cc View 1 3 chunks +53 lines, -3 lines 0 comments Download
M asan_rtl.cc View 1 2 chunks +5 lines, -13 lines 0 comments Download

Messages

Total messages: 4
samsonov
12 years, 2 months ago (2012-02-16 14:30:25 UTC) #1
Evgeniy Stepanov
http://codereview.appspot.com/5656075/diff/1/asan_interceptors.cc File asan_interceptors.cc (right): http://codereview.appspot.com/5656075/diff/1/asan_interceptors.cc#newcode107 asan_interceptors.cc:107: while (isspace(*nptr)) nptr++; Shall we avoid isspace, isdigit, etc ...
12 years, 2 months ago (2012-02-16 14:43:18 UTC) #2
samsonov
http://codereview.appspot.com/5656075/diff/1/asan_interceptors.cc File asan_interceptors.cc (right): http://codereview.appspot.com/5656075/diff/1/asan_interceptors.cc#newcode107 asan_interceptors.cc:107: while (isspace(*nptr)) nptr++; On 2012/02/16 14:43:18, Evgeniy Stepanov wrote: ...
12 years, 2 months ago (2012-02-17 09:08:47 UTC) #3
eugeni.stepanov
12 years, 2 months ago (2012-02-17 11:23:56 UTC) #4
LG
Sign in to reply to this message.

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