Commit Diff


commit - 03eaa00eedeb6824ff67d0098d91e4a3f8d5db90
commit + e6bcc2d8a8deac6892a87ea749582ff16559ad6c
blob - a663c5d6ec1a5cb51910949f0dceba9d9987d635
blob + 856a1bfcd5de4a426be7a5e783013b2bacb0574f
--- FICS/utils.c
+++ FICS/utils.c
@@ -796,7 +796,7 @@ hms_desc(int t)
 PUBLIC char *
 hms(int t, int showhour, int showseconds, int spaces)
 {
-	char		tmp[10];
+	char		tmp[10] = { '\0' };
 	int		h, m, s;
 	static char	tstr[20];