forked from checkedc/checkedc-clang
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
benchmark failureA bug causing a failure in our nightly benchmark testsA bug causing a failure in our nightly benchmark testsincomplete description
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
benchmark failureA bug causing a failure in our nightly benchmark testsA bug causing a failure in our nightly benchmark testsincomplete description