Skip to content

Commit

Permalink
fixed compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Nov 5, 2019
1 parent c3f23b8 commit 7a1e42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/fuzzing/fuzz_pkcs15_reader.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void fuzz_get_chunk(sc_reader_t *reader, const uint8_t **chunk, uint16_t *chunk_
{
struct driver_data *data;
uint16_t c_size;
uint8_t *c;
const uint8_t *c;

if (chunk)
*chunk = NULL;
Expand Down

0 comments on commit 7a1e42e

Please sign in to comment.