Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix oss-fuzz build #67

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Fix oss-fuzz build #67

merged 1 commit into from
Mar 29, 2024

Conversation

dloebl
Copy link
Owner

@dloebl dloebl commented Mar 29, 2024

Ignore expected unsigned integer overflow in some tests:

../tests/noise6.c:15:33: runtime error: unsigned integer overflow: 6364136223846793005 * 42 cannot be represented in type 'unsigned long long'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior ../tests/noise6.c:15:33 in

For reference: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=67421

ignore expected unsigned integer overflow
@dloebl dloebl self-assigned this Mar 29, 2024
@dloebl dloebl merged commit 92d1957 into main Mar 29, 2024
9 checks passed
@dloebl dloebl deleted the fix-oss-fuzz-build branch March 29, 2024 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant