Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > bd8f6778909f4fb51ee702db5e83fb6d > files > 2

ssmtp-2.62-2mdv2009.0.src.rpm

--- ssmtp.orig/ssmtp.c
+++ ssmtp/ssmtp.c
@@ -485,6 +485,11 @@ char *from_format(char *str, bool_t over
 				die("from_format() -- snprintf() failed");
 			}
 		}
+		else {
+			if(snprintf(buf, BUF_SZ, "%s", str) == -1) {
+				die("from_format() -- snprintf() failed");
+			}
+		}
 	}
 
 #if 0