talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 671a081c4aad640f05db26535a2a660ae27643c8
parent 5226e3dc381d83a32a81b7e84e17d8ead334c855
Author: Paul <paul@claws-mail.org>
Date:   Fri, 26 May 2023 07:15:35 +0100

fix coverity issue CID 1530431:  Memory - illegal accesses  (OVERRUN)

Diffstat:
Msrc/procmime.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/procmime.c b/src/procmime.c @@ -2176,7 +2176,9 @@ static gchar *typenames[] = { "application", "message", "multipart", + "font", "model", + "chemical", "unknown", };