From c7022b38571d523a54d31a8b8329baaf0636fa18 Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Sat, 10 Jan 2009 16:57:53 +0000 Subject: [PATCH] Explain patch better --- ChangeLog | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index fef66eba5..953b3be6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,9 +3,13 @@ * src/codeconv.c Fix bug 1811, '[mime] Crash when there's no room for filename's start on the same line' - Make sure we can at least output one char - to the line, or insert the line break - directly. + When the mimetype of the attachment is very + long, there's no room at all to start the + name=... parameter on the same line. This + caused an infinite loop as 0 characters of + the filename could be appended. + In such cases, insert linebreak before the + name parameter. 2009-01-09 [colin] 3.7.0cvs26 -- 2.25.1