Bugzilla – Bug 153958
fontforge-20050803-5: array subscript out of range
Last modified: 2006-03-09 16:20:42 UTC
I just tried to compile package fontforge-20050803-5 with a non standard version of the GNU C compiler. It said cvexport.c:509: warning: array subscript out of range The source code is gcd[6].gd.pos.width = pos.width-4; gcd[22].gd.pos.height = pos.height-2; but GGadgetCreateData gcd[8]; so gcd[ 22] does not exist. Suggest code rework.
Fixed package submitted to STABLE. Closing as FIXED. By the way, the problem is already fixed in the latest upstream version.
FIXED.