1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Fix crash in certain PMEM printf format parsing (#5968)

In some cases the printf implememtation would call an internal puts()
implementation which did not use pgm_read_byte() to access the format
string.  In many operating modes this would work, but in interrupts or
when flash was disabled you'd get crashes.

Updated newlib to use pgm_read_byte in that one spot and recompiled.
This commit is contained in:
Earle F. Philhower, III 2019-04-10 10:33:09 +03:00 committed by david gauchard
parent e1c8bf8df2
commit fa0db2e3ab