public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/altermime/files: altermime-0.3.10-MIME_headers-overflow.patch
@ 2010-06-06  1:14 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-06-06  1:14 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/06/06 01:14:19

  Added:                altermime-0.3.10-MIME_headers-overflow.patch
  Log:
  Fix building with _FORTIFY_SOURCE=2 wrt #320785 by Kevin Pyle.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-mail/altermime/files/altermime-0.3.10-MIME_headers-overflow.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/altermime/files/altermime-0.3.10-MIME_headers-overflow.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/altermime/files/altermime-0.3.10-MIME_headers-overflow.patch?rev=1.1&content-type=text/plain

Index: altermime-0.3.10-MIME_headers-overflow.patch
===================================================================
http://bugs.gentoo.org/320785

--- MIME_headers.c
+++ MIME_headers.c
@@ -2243,7 +2243,7 @@
 		{
 			if (MIMEH_DNORMAL) LOGGER_log("%s:%d:MIME_parse_contentlocation:DEBUG: filename = %s\n", FL, p);
 			snprintf(hinfo->name, sizeof(hinfo->name),"%s",p);
-			snprintf(hinfo->filename, sizeof(hinfo->name),"%s",p);
+			snprintf(hinfo->filename, sizeof(hinfo->filename),"%s",p);
 			FNFILTER_filter(hinfo->filename, _MIMEH_FILENAMELEN_MAX);
 			SS_push(&(hinfo->ss_filenames), hinfo->filename, strlen(hinfo->filename));
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-06  1:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-06  1:14 [gentoo-commits] gentoo-x86 commit in net-mail/altermime/files: altermime-0.3.10-MIME_headers-overflow.patch Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox