]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-mail: message_binary_part_deserialize(): Return error if body line count is too...
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 22 Dec 2016 16:53:06 +0000 (11:53 -0500)
committerGitLab <gitlab@git.dovecot.net>
Fri, 23 Dec 2016 13:24:13 +0000 (15:24 +0200)
commit266fcf2ad538b4ef612c2df3cca9bcb50a2d1a31
treec934e465e63d3f58eb18dae4ccf6025d628f6d80
parent43294747701bc261834d88d6c040831f03ae8935
lib-mail: message_binary_part_deserialize(): Return error if body line count is too large

The input was unsigned int, so output must also fit into unsigned int.
src/lib-mail/message-binary-part.c