diff --git a/libr/main/rahash2.c b/libr/main/rahash2.c index 9ba14ef3c640a..d6f8e0128891e 100644 --- a/libr/main/rahash2.c +++ b/libr/main/rahash2.c @@ -291,7 +291,8 @@ static int do_hash(RahashOptions *ro, const char *file, const char *algo, RIO *i } do_hash_internal (ctx, ro, hashbit, buf, nsize, pj, rad, 1); } - do_hash_internal (ctx, ro, hashbit, NULL, 0, pj, rad, 1); + // Commented out to fix issue #23371 + // do_hash_internal (ctx, ro, hashbit, NULL, 0, pj, rad, 1); ro->from = ofrom; ro->to = oto; }