You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: