Dan Albert b0fd55608e Use snprintf instead of sprintf.
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
2014-10-07 11:28:47 -07:00
..
2014-09-30 19:23:26 -07:00
2014-10-07 11:28:47 -07:00
2014-09-18 13:14:58 -07:00
2014-08-06 17:31:48 -07:00
2014-09-30 17:35:38 -07:00
2014-09-13 09:42:41 -07:00