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:
parent
e1c8bf8df2
commit
fa0db2e3ab
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user