]> granicus.if.org Git - mutt/commit
Change auth_gss to to use buffers and the buffer pool.
authorKevin McCarthy <kevin@8t8.us>
Wed, 13 Feb 2019 00:41:07 +0000 (16:41 -0800)
committerKevin McCarthy <kevin@8t8.us>
Wed, 13 Feb 2019 03:01:16 +0000 (19:01 -0800)
commit3dd3eee40fe1f4e3a2e7ae6e10826462ef32c4a6
tree62ac406be56a63ebcf8970ebd1de6ab16d4513dc
parent7689f11df45d520eb7b251e3d498c08693493226
Change auth_gss to to use buffers and the buffer pool.

Ticket #100 revealed that even a bufsize of 8192 isn't guaranteed to
be big enough.  Convert those large buffers to use the buffer pool
instead.
imap/auth_gss.c