From ce982312e888ff1fd9b869240951805d281f7517 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 14 Oct 2005 15:17:40 +0000 Subject: [BZ #1460] * time/asctime.c (asctime_internal): New function, derived from asctime_r. Takes additional parameter which is the buffer length. Use snprintf instead sprintf, if it overflows, fail. (asctime_r): Call asctime_internal with 26 as buffer length. (asctime): Call asctime_internal with length of internal buffer. * time/Makefile (tests): Add bug-asctime_r. * time/bug-asctime_r.c: New file. --- time/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'time/Makefile') diff --git a/time/Makefile b/time/Makefile index cb4837c183..734f0d5373 100644 --- a/time/Makefile +++ b/time/Makefile @@ -35,7 +35,7 @@ distribute := datemsk tests := test_time clocktest tst-posixtz tst-strptime tst_wcsftime \ tst-getdate tst-mktime tst-mktime2 tst-ftime_l tst-strftime \ - tst-mktime3 tst-strptime2 bug-asctime + tst-mktime3 tst-strptime2 bug-asctime bug-asctime_r include ../Rules -- cgit 1.4.1