Bugzilla – Bug 152845
xcoral-3.42b-132: 2 * array subscript out of range
Last modified: 2007-01-26 22:05:07 UTC
I just tried to compile package xcoral-3.42b-132 with a non standard version of the GNU C compiler. It said 1. fs_box.c:302: warning: array subscript out of range The source code is fs_box.title_text [TITLE_SIZE] = '\0'; but ../BUILD/xcoral-3.42b/fs_box.h: char title_text [TITLE_SIZE]; Suggest new code fs_box.title_text [TITLE_SIZE - 1] = '\0'; 2. list_box.c:496: warning: array subscript out of range The source code is l_box.title_text [TITLE_SIZE] = '\0'; Duplicate.
Feel free to close as duplicate of Bug #235591.
Fixed and reported upstream.