We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A scan of rsync produces a dozen of reports like this that only differ in the actual address:
rsync
Error: UBSAN_WARNING: rsync-3.2.7/log.c:858:13: runtime error: member access within misaligned address 0xaaab1c1e94c4 for type 'struct file_struct', which requires 8 byte alignment 0xaaab1c1e94c4: note: pointer points here # 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # ^ ... Error: UBSAN_WARNING: rsync-3.2.7/log.c:858:13: runtime error: member access within misaligned address 0xaaab20a640cc for type 'struct file_struct', which requires 8 byte alignment 0xaaab20a640cc: note: pointer points here # 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # ^ ...
The text was updated successfully, but these errors were encountered:
msg-filter.cc: squash UBSAN reports that only differ in the address
efeee29
Resolves: csutils#150
941ad1a
lzaoral
Successfully merging a pull request may close this issue.
A scan of
rsync
produces a dozen of reports like this that only differ in the actual address:The text was updated successfully, but these errors were encountered: