diff --git a/librz/bin/p/bin_pyc.c b/librz/bin/p/bin_pyc.c index e110669a45..4433453b60 100644 --- a/librz/bin/p/bin_pyc.c +++ b/librz/bin/p/bin_pyc.c @@ -98,7 +98,7 @@ static RzBinInfo *info(RzBinFile *arch) { return NULL; } - bool error; + bool error = false; bool is_before_py_36 = magic_int_within(ctx->version.magic, 0x9494, 0x0d16, &error); if (error) { return NULL;