Bugzilla – Bug 134890
transconnect-1.2-263: 2 8 array subscript out of range
Last modified: 2005-11-22 14:41:53 UTC
I just tried to compile package transconnect-1.2-263 with the Intel C compiler. It said 1. tconn.c(200): warning #175: subscript out of range The source code is configfile[CONFIG_FILE_MAX] = '\0'; but char configfile[CONFIG_FILE_MAX]; /* Name of the configuration file */ Suggest code rework. 2. tconn.c(218): warning #175: subscript out of range Duplicate. BTW, the email address of the author [ a_dwivedi@biosys.net ] seems to be broken.
Thanks for the heads up. I've fixed these two and another small one in our tree. I'll also try to inform upstream.