-
- Downloads
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.
Loading
Please register or sign in to comment