Bugzilla – Bug 152205
TeX-Guy-1.2.4-413: array subscript out of range
Last modified: 2006-02-20 17:20:56 UTC
I just tried to compile package TeX-Guy-1.2.4-413 with a non standard version of the GNU C compiler. It said gui-buff.c:103: warning: array subscript out of range The source code is static char *titles[3]; /* ... */ titles[3] = NULL; Suggest make array titles one bigger.
Fixed package submitted to STABLE.
Created attachment 69377 [details] bugzilla-152205-array-subscript-out-of-range.patch The used patch.
The bug still exists in the latest upstream version (TeX-Guy-1.3.0).