]> granicus.if.org Git - neomutt/commit
Fix chomp in smime_handle_cert_email.
authorKevin McCarthy <kevin@8t8.us>
Wed, 30 Sep 2015 03:25:28 +0000 (11:25 +0800)
committerKevin McCarthy <kevin@8t8.us>
Wed, 30 Sep 2015 03:25:28 +0000 (11:25 +0800)
commitf75c1008f28b4bbe7913a4f6d3a5fd881059c1f3
treeee665bc015ddf8000c88824713b283dfd7978267
parent5a6f0f1f06fa711ddde3fbe997d9b1baf560a7ac
Fix chomp in smime_handle_cert_email.

During a review of the previous patch, Oswald Buddenhagen noticed two
of the fixed oob reads had another problem: they were "chomping" (the
newline) without verifying there actually was a newline at the end of
the string.
smime.c