pyc: inizialize 'error' before calling 'magic_int_within' (#3583)
This commit is contained in:
parent
3f18c11609
commit
85f745e010
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue