Description of problem: I just tried to compile package gv-3.5.8-23 from Redhat Fedora Core 1. The compiler said 1. process.c(291): warning #175: subscript out of range The source code is char *argv[3]; /* code deleted */ argv[3] = NULL; This code might benefit from rework. Suggest increase size of argv to 4. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Created attachment 97395 [details] increased array size to avoid subscript out of range