-
Notifications
You must be signed in to change notification settings - Fork 281
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix external/picosat undefined behaviour.
- Loading branch information
Keve
committed
Dec 2, 2024
1 parent
0fff8d9
commit 31ba2e7
Showing
2 changed files
with
8 additions
and
8 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 |
---|---|---|
@@ -1,9 +1,6 @@ | ||
# | ||
# These are errors that need to be taken care of, but in the sprit of | ||
# "Put Your Own Oxygen Mask on First", we provide here a suppression list for | ||
# _external_ sources. | ||
# Suppress errors that are recognized but fix is considered beyond the scope of this project. | ||
# (e.g. in external source). | ||
# | ||
|
||
# external/picosat/picosat.c:3432:33: runtime error: applying non-zero offset 8 to null pointer | ||
# +SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior external/picosat/picosat.c:3432:33 | ||
pointer-overflow:picosat.c | ||
# For syntax see: https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html#issue-suppression | ||
# |
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