]> granicus.if.org Git - neomutt/commit
Fix imap_pretty_mailbox() call to url_ciss_tostring()
authorKevin McCarthy <kevin@8t8.us>
Sun, 10 Mar 2019 12:05:12 +0000 (20:05 +0800)
committerRichard Russon <rich@flatcap.org>
Tue, 9 Apr 2019 11:54:27 +0000 (12:54 +0100)
commit0809eb0b75b47fcd11a764a21300472bb421aadb
tree2626e42661c6452a2abd8a404297a6e164d44282
parentd56a8bf7ed39e248bff24fd9cf68339567e5d33f
Fix imap_pretty_mailbox() call to url_ciss_tostring()

Pass the correct buffer size through, so the strfcpy added in the next
commit doesn't write past the end of the buffer.

Co-authored-by: Richard Russon <rich@flatcap.org>
imap/imap.c
imap/imap.h
imap/util.c
muttlib.c