Skip to content

Conflict assigning checked array to void * parameter #735

@kyleheadley

Description

@kyleheadley

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions