Bugzilla – Bug 144800
lifelines-3.0.46.1-2: array subscript out of range
Last modified: 2006-01-23 15:12:39 UTC
I just tried to compile package lifelines-3.0.46.1-2 with the Intel C compiler. It said signals.c(100): warning #175: subscript out of range The source code is sig_msgs[20] = _(qSsig20); but static char *sig_msgs[20]; I agree with the compiler. Suggest increase size of array by one.
fixed for next release.