Skip to content

Commit fa0db2e

Browse files
earlephilhowerd-a-v
authored andcommitted
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

File tree

1 file changed

+0
-0
lines changed
  • tools/sdk/libc/xtensa-lx106-elf/lib

1 file changed

+0
-0
lines changed
11.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)