Skip to content

Commit 0cbe373

Browse files
author
Dmitri Tikhonov
committedSep 20, 2020
Add string length and offset to the callback
1 parent c04f1b7 commit 0cbe373

File tree

5 files changed

+332
-268
lines changed

5 files changed

+332
-268
lines changed
 

‎fuzz-sfp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
static int
9-
callback (void *user_data, enum ls_sf_dt type, char *str)
9+
callback (void *user_data, enum ls_sf_dt type, char *str, size_t len, int off)
1010
{
1111
return 0;
1212
}

0 commit comments

Comments
 (0)