Commit fa0db2e
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.1 parent e1c8bf8 commit fa0db2e
1 file changed
+0
-0
lines changedBinary file not shown.
0 commit comments