From: root Date: Fri, 8 Jul 2016 04:13:20 +0000 (-0400) Subject: Fix issue. X-Git-Tag: v0.2.0~24^2~2^2~1 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=7b7c8e51cd7e65eaf7167910a77b4a16e2f4c5f7;p=corbenik%2Fcorbenik.git Fix issue. --- diff --git a/source/firm/firm.c b/source/firm/firm.c index e5f6120..78d0b9f 100644 --- a/source/firm/firm.c +++ b/source/firm/firm.c @@ -313,8 +313,6 @@ void* find_section_key() { 0x32, 0xfd, 0xff, 0x03, 0x74, 0xd7, 0x45, 0x2c}; uint8_t sha256check[32] = {0}; - uint64_t hash_dat = 0; - for(; search_size > 0; search_size -= 4) { // Is candidate? if (key_loc[search_size] == 0xDD) {