-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure Undefined Behaviour Sanitizer
- Loading branch information
1 parent
06b1b98
commit c93b934
Showing
11 changed files
with
61 additions
and
31 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
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
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
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
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
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
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
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
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
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,16 @@ | ||
enum:include/tbb/pipeline.h | ||
vptr:src/util/log.cpp | ||
vptr:include/tbb/task.h | ||
vptr:include/tbb/parallel_reduce.h | ||
vptr:include/boost/smart_ptr/detail/shared_count.hpp | ||
vptr:include/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp | ||
vptr:include/boost/program_options/variables_map.hpp | ||
vptr:include/boost/program_options/value_semantic.hpp | ||
vptr:src/tools/contract.cpp | ||
vptr:src/tools/extract.cpp | ||
pointer-overflow:include/partitioner/cell_storage.hpp | ||
signed-integer-overflow:include/engine/internal_route_result.hpp | ||
pointer-overflow:third_party/sol2/sol/stack_core.hpp | ||
pointer-overflow:third_party/rapidjson/include/rapidjson/internal/stack.h | ||
nonnull-attribute:third_party/microtar/src/microtar.c | ||
integer-divide-by-zero:unit_tests/library/route.cpp |
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