newlib-nano-1.0
newlib-nano-1.0 copied to clipboard
putchar not initializing _REENT struct
The putchar macro is not calling the __sinit() function. If putchar is called before any call to stdio function calling __sinit() (like printf()) ; putchar attemps to write into the const struct __sf_fake_stdout.