Skip to content
Snippets Groups Projects
Commit 5a6e6ff87bb6 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Run CI tests with -fsanitize=integer

Specifically, enable unsigned-integer-overflow and implicit-conversion
checks.

Also remove -Wimplicit-int-conversion from CI test. Forcing explicit
casts renders the implicit-conversion checks useless. Since UBSan is
much more powerful and can detect actual bugs, it's a better idea to
remove explicit integer casts except in cases where values are really
truncated.

Revert "Fix clang -Wimplicit-int-conversion warning"

This reverts commit aac4bccdd893713dd058305e385d7f13f94e6add.

Revert "Fix implicit-int-conversion warning in exslt/crypto.c"

This reverts commit f235404b13f17d5343b854fe5d459a0c98bbd2d2.
parent a741b4c9b298
Branches
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment