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

Collapse All | Expand All

(-)ssmtp-2.61.orig/ssmtp.c (+5 lines)
Lines 480-485 Link Here
480
				die("from_format() -- snprintf() failed");
480
				die("from_format() -- snprintf() failed");
481
			}
481
			}
482
		}
482
		}
483
		else {
484
			if(snprintf(buf, BUF_SZ, "%s", str) == -1) {
485
				die("from_format() -- snprintf() failed");
486
			}
487
		}
483
	}
488
	}
484
489
485
#if 0
490
#if 0

Return to bug 127592