1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-21 21:22:31 +03:00
Files
esp8266/cores/esp8266
Earle F. Philhower, III 589eb29eb3 Clear calloc block only if malloc succeeds
Calloc was calling memset(0) on NULL when its implicit malloc failed,
causing a crash in UMM.  Instead, only do the memset if the memory
allocation succeeds.

Fixes issue #4207
2018-01-21 13:54:53 +08:00
..
2017-12-08 02:08:54 -03:00
2017-01-31 10:07:59 +03:00
2018-01-08 11:06:01 -03:00
2017-01-31 10:07:59 +03:00
2017-01-31 10:07:59 +03:00
2017-01-31 10:07:59 +03:00
2017-12-08 02:08:54 -03:00
2016-05-20 10:20:04 +08:00
2016-05-20 10:20:04 +08:00
2018-01-08 11:06:01 -03:00
2017-05-12 01:03:14 -05:00
2017-12-30 02:03:26 -03:00
2017-01-31 10:07:59 +03:00
2016-03-03 02:13:22 +03:00
2016-05-26 12:53:48 +02:00
2016-07-08 10:11:14 +08:00
2014-12-01 00:34:28 +03:00