-
Notifications
You must be signed in to change notification settings - Fork 401
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
UBSAN failures in test suite (part 2) #429
Comments
I get similar but different failures with GCC (including some unaligned accesses not currently guarded by CAREFUL_ALIGNMENT). Full log: rsync-tests.log. Snippet:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Followup to #427. Testing with #428 applied to avoid false positives from alignment (b/c testing on amd64).
Built with
./configure CC=clang-15 CFLAGS="-O2 -fsanitize=undefined -ggdb3" LDFLAGS="-fsanitize=undefined -ggdb3" --disable-md2man
.I see the following failures with Clang 15 (this is an excerpt, the full log is here: rsync-tests.log):
The text was updated successfully, but these errors were encountered: