X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=input%2Fbinary.c;h=148c41e782433cf4e852dde0b81a393ac110524e;hb=543d45c581658851b41af42ebdbc476ccf3d88d3;hp=1c786baebfc2c71ec6b833fa35ee7f16b476deea;hpb=ff17e6ba5094d590926a2aa8130220a341fc2c04;p=libsigrok.git diff --git a/input/binary.c b/input/binary.c index 1c786bae..148c41e7 100644 --- a/input/binary.c +++ b/input/binary.c @@ -50,7 +50,7 @@ static int format_match(const char *filename) return TRUE; } -static int init(struct sr_input *in) +static int init(struct sr_input *in, const char *filename) { struct sr_probe *probe; int num_probes, i; @@ -58,6 +58,8 @@ static int init(struct sr_input *in) char *param; struct context *ctx; + (void)filename; + if (!(ctx = g_try_malloc0(sizeof(*ctx)))) { sr_err("Input format context malloc failed."); return SR_ERR_MALLOC;