Merge branch 'bugfix/heap_int_overflow' into 'master'

heap: Add integer overflow checks

See merge request idf/esp-idf!2568
This commit is contained in:
Angus Gratton
2018-06-21 13:58:08 +08:00
5 changed files with 49 additions and 12 deletions

View File

@@ -50,7 +50,6 @@ PROVIDE ( cache_sram_mmu_set_rom = 0x400097f4 );
/* This is static function, but can be used, not generated by script*/
PROVIDE ( calc_rtc_memory_crc = 0x40008170 );
PROVIDE ( calloc = 0x4000bee4 );
PROVIDE ( _calloc_r = 0x4000bbf8 );
PROVIDE ( __clear_cache = 0x40063860 );
PROVIDE ( _close_r = 0x4000bd3c );
PROVIDE ( __clrsbdi2 = 0x40064a38 );