Skip to content
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

Conflict assigning checked array to void * parameter #735

Open
kyleheadley opened this issue Oct 21, 2021 · 0 comments
Open

Conflict assigning checked array to void * parameter #735

kyleheadley opened this issue Oct 21, 2021 · 0 comments
Labels
benchmark failure A bug causing a failure in our nightly benchmark tests incomplete description

Comments

@kyleheadley
Copy link
Member

In libarchive:

../libarchive/archive_blake2sp_ref.c:204:29: error: passing 'uint8_t _Checked[32]' to parameter of incompatible type 'void *'
    blake2s_final( S->S[i], hash[i], BLAKE2S_OUTBYTES );
                            ^~~~~~~

I think this should be allowed, so the error is unlikely to deal the types of the variables in question

@kyleheadley kyleheadley added benchmark failure A bug causing a failure in our nightly benchmark tests incomplete description labels Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
benchmark failure A bug causing a failure in our nightly benchmark tests incomplete description
Projects
None yet
Development

No branches or pull requests

1 participant