Ad Widget

Collapse

PATCH: Zabbix 1.4.2 fix for email sender

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hoyt
    Member
    • Aug 2007
    • 31

    #1

    PATCH: Zabbix 1.4.2 fix for email sender

    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
    Attached Files
Working...