Bugzilla – Bug 146503
pcsc-towitoko-2.0.7-2: array subscript out of range
Last modified: 2006-02-06 19:01:50 UTC
I just tried to compile package pcsc-towitoko-2.0.7-2 with the Intel C compiler. It said tester.c(1078): warning #175: subscript out of range The source code is read_binary[6] = (unsigned char) (size & 0x00FF); but unsigned char read_binary[6] = { 0x00, 0xB0, 0x00, 0x00, 0x00, 0x00 }; I agree with the compiler. Suggest make local array one bigger. BTW, I tried emailing the maintainer this bug report, but he says he no longer maintains it.
The tester is not included in the binary package.