This is a patch that fixes "short" read problems with src/libs/zbxemail/email.c .
The problem is that read(2) does not read up to a newline ("\n"), which seemed to be assumed by the way the code was written. This patch fixes that problem.
--John
The problem is that read(2) does not read up to a newline ("\n"), which seemed to be assumed by the way the code was written. This patch fixes that problem.
--John