Bugzilla – Bug 141124
nagios-1.3-2: array suscript out of range
Last modified: 2006-01-09 11:47:44 UTC
I just tried to compile package nagios-1.3-2 with a non standard version of the GNU C compiler It said 1. notifications.c:552: warning: array subscript out of range The source code is host_name[sizeof(host_name)]='\x0'; Clearly broken code. Suggest host_name[ sizeof( host_name) - 1 ]='\x0';
fixed for 10.1beta1 Thanks for the report.