mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
SVCSignHeapの実体をスタックからBSSに移動
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1301 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
ba9639c499
commit
6af41fcb49
@ -117,7 +117,7 @@ u32 DHT_GetDatabaseLength(const DHTFile* pDHT)
|
||||
static BOOL DHT_CheckDatabase(const DHTFile* pDHT)
|
||||
{
|
||||
SVCSignHeapContext pool;
|
||||
u8 heap[4*1024];
|
||||
static u8 heap[4*1024]; // avoid stack overflow
|
||||
u8 md1[20];
|
||||
u8 md2[20];
|
||||
s32 result;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user