
At -O0, the attribute warning on sprintf is actually triggered (why doesn't this happen with -Os?!) and promoted to an error by -Werror. asctime64_r() is a non-standard function, but the IBM docs state that the buffer is assumed to be at least 26 characters wide, and the format string does limit to that (assuming a 4 digit year, also defined by the IBM docs). http://www-01.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.bpxbd00/asctimer.htm Change-Id: I1c884474a769aa16c53e985c3d8d694c478c1189
Description
No description provided
Languages
C
68.1%
Assembly
16.2%
C++
13.4%
Makefile
1.1%
Python
0.9%
Other
0.2%