mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 08:32:42 +08:00
fix(heap): Add integer overflow checks
This commit is contained in:
@ -21,6 +21,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define HEAP_MAX_SIZE (96 * 1024)
|
||||
|
||||
#define MEM_BLK_TAG 0x80000000 ///< Mark the memory block used
|
||||
|
||||
#ifdef CONFIG_HEAP_TRACING
|
||||
|
Reference in New Issue
Block a user