Skip to content

Commit

Permalink
clang-asan: ignore false positive
Browse files Browse the repository at this point in the history
Ignore the alloc-dealloc-mismatch reports, which seem
to be false positive. Cf. r-hub/rhub#598

IDK if they are always a false positive, though.
  • Loading branch information
gaborcsardi committed Nov 12, 2024
1 parent 4c38b87 commit e91cb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/clang-asan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ COPY r-check /usr/local/bin
# ------------------------------------------------------------------------------------
# Check config

ENV ASAN_OPTIONS="detect_leaks=0"
ENV ASAN_OPTIONS="detect_leaks=0:alloc_dealloc_mismatch=0"
ENV UBSAN_OPTIONS="print_stacktrace=1"
ENV RJAVA_JVM_STACK_WORKAROUND 0
ENV RGL_USE_NULL true
Expand Down

0 comments on commit e91cb7b

Please sign in to comment.