Re: mutt buffer overflow fixes

2007-05-03 Thread Matthias Kilian
On Thu, May 03, 2007 at 03:37:51PM +0200, Aleksander Piotrowski wrote: > There is 1.5.14 available, maybe this release has fixed this problem? Actually, 1.5.15; it still has the bug. BTW: Ray opened a ticket upstream including the (little bit improved) patch. See also below. ok? Ciao, K

Re: mutt buffer overflow fixes

2007-05-03 Thread Aleksander Piotrowski
There is 1.5.14 available, maybe this release has fixed this problem? Ray Lai <[EMAIL PROTECTED]> wrote: > Mutt overflows if you have a Name with a long string of ampersands, > like "x...&&&", where the ampersands expand to greater > than 256. Crashes on startup. There is also a cha

Re: mutt buffer overflow fixes

2007-05-02 Thread Stuart Henderson
On 2007/05/02 18:12, Ray Lai wrote: > Mutt overflows if you have a Name with a long string of ampersands, > like "x...&&&", where the ampersands expand to greater > than 256. Crashes on startup. There is also a chance of an > unterminated string, fixed as well. still present in Mutt

mutt buffer overflow fixes

2007-05-02 Thread Ray Lai
Mutt overflows if you have a Name with a long string of ampersands, like "x...&&&", where the ampersands expand to greater than 256. Crashes on startup. There is also a chance of an unterminated string, fixed as well. A similar fix in -stable mutt is needed. -Ray- Index: Makefile =