Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 539d671

Browse files
committed
C++: Remove commented entries.
1 parent d54d7e8 commit 539d671

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

cpp/ql/src/semmle/code/cpp/ir/dataflow/DefaultTaintTracking.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,14 @@ predicate predictableOnlyFlow(string name) {
3939
name = "atoll" or
4040
name = "labs" or
4141
name = "strcasestr" or
42-
//name = "strcat" or
4342
name = "strchnul" or
4443
name = "strchr" or
4544
name = "strchrnul" or
4645
name = "strcmp" or
47-
//name = "strcpy" or
4846
name = "strcspn" or
4947
name = "strdup" or
5048
name = "strlen" or
51-
//name = "strncat" or
5249
name = "strncmp" or
53-
//name = "strncpy" or
5450
name = "strndup" or
5551
name = "strnlen" or
5652
name = "strrchr" or

0 commit comments

Comments
 (0)