]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-mail: mail-html2text - Fix character signedness type mismatch
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Fri, 5 Mar 2021 13:26:24 +0000 (15:26 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Fri, 5 Mar 2021 17:21:56 +0000 (17:21 +0000)
commitd386b616c03c97ad7a5136637ed8e9bf6b9e4243
treede364385b08992cd7a3407b34a08d8206387ef0d
parent070f586350db4ef01395ded1d72a00050620a859
lib-mail: mail-html2text - Fix character signedness type mismatch

Fixes ubsan complaints:
mail-html2text.c:186:12: runtime error: implicit conversion from type 'unsigned char' of value 226 (8-bit, unsigned) to type 'char' changed the value to -30 (8-bit, signed)
src/lib-mail/mail-html2text.c