]> granicus.if.org Git - neomutt/commit
Fix gpgme segfault when querying candidates with a '+' in the address. (closes #3873)
authorAntonio Radici <antonio@dyne.org>
Tue, 20 Sep 2016 20:58:47 +0000 (13:58 -0700)
committerAntonio Radici <antonio@dyne.org>
Tue, 20 Sep 2016 20:58:47 +0000 (13:58 -0700)
commitb87de09f50bc975843823a7ddad04b25b5fd8c1d
tree557f60711fd687b5a13d5531f37f9d4339396114
parentff16833d5aa0cb5256eb4e1094743daa148a1550
Fix gpgme segfault when querying candidates with a '+' in the address. (closes #3873)

list_to_pattern() was not allocating enough space for the '+' to '%2B'
transformation.
crypt-gpgme.c