avr-libc icon indicating copy to clipboard operation
avr-libc copied to clipboard

[bug #57912] Crash due to error in function strftime

Open avrs-admin opened this issue 3 years ago • 0 comments

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

file #48513: arduino_test.ino

This issue was migrated from https://savannah.nongnu.org/bugs/?57912

avrs-admin avatar Jan 31 '22 03:01 avrs-admin