DroidBench icon indicating copy to clipboard operation
DroidBench copied to clipboard

ArrayToString1.apk raises ArrayIndexOutOfBoundsException

Open smarabbit opened this issue 9 years ago • 1 comments
trafficstars

Caused by the following statements:

    String[] array = new String[1];

    array[1] = imei;

smarabbit avatar Sep 08 '16 14:09 smarabbit

I opened a PR on this one: https://github.com/secure-software-engineering/DroidBench/pull/25

JulianSchuette avatar Feb 21 '17 10:02 JulianSchuette

I have also find this problem but it haven't been solved yet till now.

crawls-hub avatar Mar 29 '23 00:03 crawls-hub

@StevenArzt could you kindly look at #25 and merge if possible?

ericbodden avatar Apr 06 '23 09:04 ericbodden

@ericbodden The MR https://github.com/secure-software-engineering/DroidBench/pull/25 has already been merged on May 18th, 2017. I'm not sure what else there is to do.

StevenArzt avatar Apr 06 '23 09:04 StevenArzt

Sorry my bad, closing this then for now.

ericbodden avatar Apr 17 '23 06:04 ericbodden