avr-libc
avr-libc copied to clipboard
[bug #57912] Crash due to error in function strftime
Thu 27 Feb 2020 09:52:26 PM CET
The strftime function works incorrectly, in cases where the Format string part on the maxsize Bound, is not a %-placeholder, but rather some "normal" text. Attached example program "arduino_test.ino" demonstrates the Problem. There are two error Symptoms: 1) max Buffer size is exceeded 2) actual amount of written Bytes/Chars , Reports a wrong value
This issue was migrated from https://savannah.nongnu.org/bugs/?57912