Bugzilla – Bug 151310
libmal-0.31-158: array suscript out of range
Last modified: 2006-03-01 16:22:13 UTC
I just tried to compile package libmal-0.31-158 with a non standard version of the GNU C compiler. It said ./malsync/mal/common/AGBase64.c:194: warning: array subscript out of range The source code is *ob++ = ((inbuf [2] & 0x03) << 6) | (inbuf [3] & 0x3F); but, earlier in the same file is the source code char inbuf [3]; so inbuf [3] does not exist. Suggest make inbuf one element bigger.
I agree, fixed.