]> granicus.if.org Git - mutt/commit
Increase ACCOUNT.pass field size. (closes #3921)
authorKevin McCarthy <kevin@8t8.us>
Sun, 5 Mar 2017 23:24:45 +0000 (15:24 -0800)
committerKevin McCarthy <kevin@8t8.us>
Sun, 5 Mar 2017 23:24:45 +0000 (15:24 -0800)
commit52949004f33a5112e1154fefb3455bc7cd421c13
treeecd53c8a92436b77f987c1c421aab0d59bb6fa4b
parentc5c65749478de6921b307970c31d30d43e7a778a
Increase ACCOUNT.pass field size. (closes #3921)

#3921 reported his password token used for Google XOAUTH2 is size 129.
The ACCOUNT structure currently uses a size 128 buffer.  Who knew a
password field would ever be bigger than that?

Since the ACCOUNT structure has no allocation/dellocation routines,
the easiest fix is to increase the size.  Bump the size up to 256.
account.h