* Bug fix: Memory corruption when alpine searches for a string that is
commite10411bf0ecb248b65ca83882e945e15f906a6d4
authorEduardo Chappa <chappa@washington.edu>
Mon, 31 May 2021 23:18:47 +0000 (31 17:18 -0600)
committerEduardo Chappa <chappa@washington.edu>
Mon, 31 May 2021 23:18:47 +0000 (31 17:18 -0600)
tree1a7bedd8085c8dfca3055b5d4b96a2b08414ba8e
parentf17aaf0dc56c44e220f51f10b898b8c4a20f9dac
   * Bug fix: Memory corruption when alpine searches for a string that is
     an incomplete utf8 string in a local folder. This could happen by
     chopping a string to make it fit a buffer without regard to its content.
     We fix the string so that chopping it does not damage it. Reported
     by Andrew.
alpine/mailcmd.c
alpine/osdep/termin.gen.c
pith/charconv/utf8.c
pith/charconv/utf8.h
pith/pine.hlp