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
a byte array, the insertOffset and the length of that byte array is passed.
then in jffi_encodeLongDouble the length of the array is confused with the insert length because offset is ignored in that comparison.
Solution:
The ability to insert at offset is not used, so why not create that array in the native code and return that array?
@headius why is that method not static? the object reference is not used?!
The text was updated successfully, but these errors were encountered:
a byte array, the insertOffset and the length of that byte array is passed.
then in jffi_encodeLongDouble the length of the array is confused with the insert length because offset is ignored in that comparison.
Solution:
The ability to insert at offset is not used, so why not create that array in the native code and return that array?
@headius why is that method not static? the object reference is not used?!
The text was updated successfully, but these errors were encountered: