Skip to content

Commit

Permalink
[DFSAN] Add support for _tolower
Browse files Browse the repository at this point in the history
I noticed that in some cases _tolower shows as uninstrumented - I've added it as "functional" in the done_abilist.txt file

Reviewed by: browneee

Differential Revision: https://reviews.llvm.org/D153410
  • Loading branch information
tkuchta authored and browneee committed Jun 22, 2023
1 parent a699921 commit 9875273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler-rt/lib/dfsan/done_abilist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ fun:isalnum=functional
fun:ispunct=functional
fun:isspace=functional
fun:tolower=functional
fun:_tolower=functional
fun:toupper=functional

# Functions that return a value that is data-dependent on the input.
Expand Down

0 comments on commit 9875273

Please sign in to comment.