Skip to content

Commit

Permalink
Suppress container_overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bdero committed Aug 17, 2021
1 parent bd7460d commit 221d6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/sanitizer_suppressions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export UBSAN_OPTIONS="suppressions=${UBSAN_SUPPRESSIONS_FILE}"
echo "Using Undefined Behavior suppressions in ${UBSAN_SUPPRESSIONS_FILE}"


export ASAN_OPTIONS="detect_leaks=0"
export ASAN_OPTIONS="detect_leaks=0:detect_container_overflow=0"

0 comments on commit 221d6e8

Please sign in to comment.