I just started looking at Zabbix this week, and apparently I picked the perfect time because there's a brand new port in CVS.
Then I got curious, and looked at the patches... in patch-src_libs_zbxnix_daemon_c, - char user[7] = "zabbix"; + char user[7] = "_zabbix"; Whoa. I believe that should be either "user[8]" to allow for a trailing null, or "user[]" since the exact size doesn't appear to be used anywhere else in the function. -- Matthew Weigel hacker unique & idempot . ent
