You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (packedLength == 0 && data.length != getLength()) {
It looks like there should be a check for variable length fields too. E.g., if I created new IFB_LLLHBINARY( 9999, "xxx") packager, I would expect an exception when packing 10000 bytes.
The text was updated successfully, but these errors were encountered:
jPOS/jpos/src/main/java/org/jpos/iso/ISOBinaryFieldPackager.java
Line 104 in d1f202f
It looks like there should be a check for variable length fields too. E.g., if I created
new IFB_LLLHBINARY( 9999, "xxx")
packager, I would expect an exception when packing 10000 bytes.The text was updated successfully, but these errors were encountered: