Bugzilla – Bug 144799
libgnomemm-2.12.1-3: array subscript out of range
Last modified: 2006-01-26 23:57:31 UTC
I just tried to compile package libgnomemm-2.12.1-3 with the Intel C compiler. It said init.cc(52): warning #175: subscript out of range init.cc(53): warning #175: subscript out of range The source code is static GnomeModuleRequirement req[2]; /* ... */ req[2].required_version = NULL; req[2].module_info = NULL; I agree with the compiler. Suggest increase size of array by one.
Gary, please patch and send upstream.
Actually I just did that. Attaching patch for submission.
Created attachment 64540 [details] Patch to fix problem
submitted for beta 3