[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pan-users] Re: My adventures when building from git
From: |
walt |
Subject: |
[Pan-users] Re: My adventures when building from git |
Date: |
Mon, 27 Jul 2009 01:20:06 +0000 (UTC) |
On Sun, 26 Jul 2009 13:50:44 -0600, K. Haley wrote:
> walt wrote:
>
> I'm guessing that in mime-utils.cc:1152 body =
>> pan_g_mime_part_get_content (GMIME_PART (mime_part), &len); the value
>> of 'len' is too large by a small random number, which has the effect of
>> grabbing random garbage chars from the end of the buffer.
> Actually len isn't used. I think the problem was the lack of a
> terminating null. See if the new update fixed it.
I can't get it to fail after twenty tries, so it does appear to be fixed.
Many thanks!