[PATCH] D117793: Fix for spurious UBSan reports when no file descriptors are available.
Christoph M. Wintersteiger via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 21 02:35:45 PST 2022
wintersteiger added a comment.
That's correct, but without a different way to determine accessibility, we should not report likely false positives. The goal for UBSan is not to report too many false positives, and in the given circumstances, many reports would be false positives. If there's a better way to determine accessibility, I'm all for it though!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117793/new/
https://reviews.llvm.org/D117793
More information about the llvm-commits
mailing list