-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2376 from GMLC-TDC/develop
Develop
- Loading branch information
Showing
783 changed files
with
7,567 additions
and
25,992 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Lines starting with # are ignored. | ||
# Turn off checks for the source file (use absolute path or path relative | ||
# to the current working directory): | ||
src:*functional.cpp | ||
# Turn off checks for a particular functions (use mangled names): | ||
#fun:MyFooBar | ||
#fun:_Z8MyFooBarv | ||
# Extended regular expressions are supported: | ||
#fun:bad_(foo|bar) | ||
#src:bad_source[1-9].c | ||
# Shell like usage of * is supported (* is treated as .*): | ||
#src:bad/sources/* | ||
#fun:*BadFunction* | ||
# Specific sanitizer tools may introduce categories. | ||
#src:/special/path/*=special_sources | ||
# Sections can be used to limit ignorelist entries to specific sanitizers | ||
#[address] | ||
#fun:*BadASanFunc* | ||
# Section names are regular expressions | ||
#[cfi-vcall|cfi-icall] | ||
#fun:*BadCfiCall | ||
# Entries without sections are placed into [*] and apply to all sanitizers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
interceptor_via_fun:functional | ||
interceptor_via_fun:-[ClassName bad_function_call:] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.