Bugzilla – Bug 134418
sane-frontends-1.0.13-6: array subscript out of range
Last modified: 2006-01-09 13:49:53 UTC
I just tried to compile package sane-frontends-1.0.13-6 with a non standard version of the GNU C compiler. It said xscanimage.c:1270: warning: array subscript out of range The source code is testfilename [sizeof (testfilename)] = 0; Clearly broken code. Suggest testfilename [sizeof (testfilename) - 1] = 0; Also, the email address of the author [ becka@sunserver1.rz.uni-duesseldorf.de ] seems broken.
*** This bug has been marked as a duplicate of 141851 ***