Bugzilla – Bug 134534
Source-Navigator-5.1.4-181: 2 * array subscript out of range
Last modified: 2005-11-30 16:49:18 UTC
I just tried to compile package Source-Navigator-5.1.4-181 with a version of the GNU C compiler. It said 1. ../../../snavigator/hyper/tkTreeTable.c:5028: warning: array subscript out of range The source code is SET_CACHED(itemRet, index); It seems that in the definition of the macro SET_CACHED, cachedItem[ 5], cachedItem[ 6], cachedItem[ 7] are accessed, but only five elements are defined for cachedItem. Suggest code rework. 2. ../../../snavigator/hyper/tkTreeTable.c:5295: warning: array subscript out of range Duplicate.
O.K.
Code reworked.