fixed compiler warning

fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18701
This commit is contained in:
Frank Morgner 2019-11-05 10:58:32 +01:00
parent c3f23b836e
commit 7a1e42e135
1 changed files with 1 additions and 1 deletions

View File

@ -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;