aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/spegla/files/patch-e_err.c
blob: f75ebc1b81c0b455df5addb00c93ddb10534f57f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- e_err.c.orig	Sun May 14 23:39:39 2000
+++ e_err.c	Thu Feb  1 15:38:37 2001
@@ -115,6 +115,7 @@
 	}
 
 	res = vsnprintf(p, len, fmt, args);
+	if (res >= len) res = len - 1;
 	len -= res;
 	p += res;