Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 234391 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +6 lines)
Line  Link Here
0
-- ssmtp.orig/ssmtp.c
0
++ ssmtp/ssmtp.c
Lines 485-490 char *from_format(char *str, bool_t over Link Here
485
				die("from_format() -- snprintf() failed");
485
				die("from_format() -- snprintf() failed");
486
			}
486
			}
487
		}
487
		}
488
		else {
489
			if(snprintf(buf, BUF_SZ, "%s", str) == -1) {
490
				die("from_format() -- snprintf() failed");
491
			}
492
		}
488
	}
493
	}
489
494
490
#if 0
495
#if 0

Return to bug 234391