]> granicus.if.org Git - neomutt/commit
fix: crash looking up mime body type 787/head
authorRichard Russon <rich@flatcap.org>
Tue, 26 Sep 2017 11:00:10 +0000 (12:00 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 26 Sep 2017 14:25:17 +0000 (15:25 +0100)
commit5247371af32009bda7837cf40c45840589c885a3
tree9c07a74811d078d2f988ffd3671df11ee039ff43
parent2ffa97db92db18a4b76d26512af658138b4e36c7
fix: crash looking up mime body type

This is a buffer overrun.
The mime type was being looked up in the BodyTypes table,
but there wasn't an entry for TYPEANY.

Fixes #784
globals.h