Skip to content

Commit

Permalink
fixes #170
Browse files Browse the repository at this point in the history
fixes #170 - out of bounds exceptions
  • Loading branch information
petrs committed Sep 17, 2018
1 parent 103caf4 commit 2c5c7af
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified AlgTest_JClient/dist/AlgTestJClient.jar
Binary file not shown.
Binary file added AlgTest_JavaCard/AlgTest_v1.7.5_jc222.cap
Binary file not shown.
2 changes: 1 addition & 1 deletion AlgTest_JavaCard/src/AlgTest/JCAlgTestApplet.java
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public class JCAlgTestApplet extends javacard.framework.Applet
AlgStorageTest m_storageTest = null;

public final static short RAM1_ARRAY_LENGTH = (short) 600;
public final static short RAM2_ARRAY_LENGTH = (short) 512;
public final static short RAM2_ARRAY_LENGTH = (short) 528;
byte[] m_ramArray = null; // auxalarity array used for various purposes. Length of this array is added to value returned as amount of available RAM memory
byte[] m_ramArray2 = null; // auxalarity array used for various purposes. Length of this array is added to value returned as amount of available RAM memory

Expand Down
Binary file added AlgTest_dist_1.7.5.zip
Binary file not shown.

0 comments on commit 2c5c7af

Please sign in to comment.