hos: pull missed se adjusted return values

And fix nogc patches.
This commit is contained in:
CTCaer
2026-03-19 21:10:20 +02:00
committed by NaGa
parent fee45ff62d
commit d086da50d7
3 changed files with 4 additions and 4 deletions

View File

@@ -545,7 +545,7 @@ const char *pkg2_patch_kips(link_t *info, char *patch_names)
// Check if current KIP not hashed and hash it.
if (kip_hash[0] == 0)
if (!se_sha_hash_256_oneshot(kip_hash, ki->kip1, ki->size))
if (se_sha_hash_256_oneshot(kip_hash, ki->kip1, ki->size))
memset(kip_hash, 0, sizeof(kip_hash));
// Check if kip is the expected version.