Bugzilla – Bug 154848
kakasi-2.3.4-392: array subscript out of range
Last modified: 2006-03-09 17:08:35 UTC
I just tried to compile package kakasi-2.3.4-392 with a non standard version of the GNU C compiler. It said 1. k2.c:157: warning: array subscript out of range The source code is buffer[k2rom_buflen] = '\0'; clen = k2rom_buflen; but char buffer[k2rom_buflen]; I agree with the compiler. Suggest code rework. 2. libk2.c:157: warning: array subscript out of range Duplicate.
fixed package submitted to STABLE.
Created attachment 72050 [details] bugzilla-154848-array-subscript-out-of-range.patch The patch I used.
Reported upstream, see: http://www.namazu.org/pipermail/kakasi-dev/2006-March/000039.html Closing as FIXED.