You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-mail/ripmime/files/ripmime-1.4.0.9-buffer-over...

12 lines
562 B

--- a/MIME_headers.c 2010-11-07 12:38:52.994063648 -0800
+++ b/MIME_headers.c 2010-11-07 12:39:06.395161970 -0800
@@ -2239,7 +2239,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));