Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@emaxerrno
Copy link
Contributor

Similar work in the kernel:
https://patchwork.kernel.org/patch/11351499/

UBsan (+clang-10) complains about doing pointer arithmetic (adding 0)
to a nullpointer.

This patch is tested with clang-10+ubsan

Similar work in the kernel:
https://patchwork.kernel.org/patch/11351499/

UBsan (+clang-10) complains about doing pointer arithmetic (adding 0)
to a nullpointer.

This patch is tested with clang-10+ubsan
@emaxerrno
Copy link
Contributor Author

The freebsd CI seems like it's having issues, unrelated to the patch

pkg: repository meta /var/db/pkg/FreeBSD.meta has wrong version 2
pkg: Repository FreeBSD load error: meta cannot be loaded No error: 0
Unable to open created repository FreeBSD
Unable to update repository FreeBSD
Error updating repositories!```

@Cyan4973
Copy link
Member

Cyan4973 commented Jul 8, 2020

Yes, don't worry about the CI, this test has proven flacky in the past, so no surprise here.

@Cyan4973 Cyan4973 merged commit 6b12fde into lz4:dev Jul 8, 2020
@emaxerrno
Copy link
Contributor Author

thank you for the time & for reviewing so quickly! <3

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.

2 participants