Bugzilla – Bug 131517
irda-0.9.16-26 : array subscript out of range
Last modified: 2007-06-05 09:37:44 UTC
I just tried to compile package irda-0.9.16-26 with a non standard version of the GNU C compiler It said irattach.c:671: warning: array subscript out of range The source code is device[20] = '\0'; but char device[20]; so device[ 20] does not exist. Suggest code rework.
fixed