mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps] Fix Python assert crash on malloc free
Change-Id: I48f86422f7d6af5227e2556e6ef531dfad696da4
This commit is contained in:
committed by
Émilie Feral
parent
d917b2e1c9
commit
70a628f2c8
@@ -46,6 +46,8 @@ uint32_t random();
|
||||
// Decompress data
|
||||
void decompress(const uint8_t * src, uint8_t * dst, int srcSize, int dstSize);
|
||||
|
||||
// Returns address to the first object that can be allocated on stack
|
||||
void * stackStart();
|
||||
// Tells whether the stack pointer is within acceptable bounds
|
||||
bool stackSafe();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user