Bug#674245: mutt silently truncates IMAP passwords longer than 63 bytes.

2013-10-23 Thread C. Meissa
tags 674245 fixed-upstream thanks As can be seen in line 46, https://dev.mutt.org/hg/mutt/file/8c5ea668e7e0/account.h#l46 the password buffer grew as needed and is part of the upcoming mutt version 1.5.22 Regards, CM -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#674245: mutt silently truncates IMAP passwords longer than 63 bytes.

2012-05-23 Thread Trent W. Buck
Package: mutt Severity: minor Tags: upstream Mutt uses a fixed-length buffer for passwords, 64-bytes wide. The last byte is for NULL termination, meaning that mutt will silently truncate IMAP passwords longer than 63 bytes. Upstream has doubled the buffer length in HEAD (6204:0fb6d7579fd1), but