Bugzilla – Bug 154109
gv-3.5.8-1144: array subscript out of range
Last modified: 2006-02-28 15:01:47 UTC
I just tried to compile package gv-3.5.8-1144 with a non standard version of the GNU C compiler. It said process.c:291: warning: array subscript out of range The source code is char *argv[3]; /* ... */ argv[3] = NULL; I agree with the compiler. Suggest make array one bigger.
Fixed for next release.