-
-
Notifications
You must be signed in to change notification settings - Fork 796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ArrayIndexOutOfBoundsException: 128 when repeatedly serializing to a byte array #216
Comments
UPVOTE!!!!!! |
+1 |
I suspect this is same as continuation of #207, so it is being worked on. Nasty one obviously. |
The underlying problem same as what was left over from #207 (there were two unrelated problems, but further reports were added in the issue). I used modified test case from that bug (to avoid dependency to Fix will be part of 2.6.2, to be released relatively soon: I will just need to over list of all bugs submitted during past couple of weeks to bundle up all critical fixes. |
Thanks, we'll be sure to test it out |
hi @cowtowncoder, pending a fix version, is there any workaround for this (eg. disable the ByteQuadsCanonicalizer)? |
@simonbasle Yes, disable |
Motivation ---------- A bug in jackson has been identified in 2.6.0/2.6.1 when decoding documents, introduced in 2.6.0 (so previous versions are not affected as it seems now). Modifications ------------- Update Jackson to 2.6.2 which includes the fix. (FasterXML/jackson-core#216) Result ------ Decoding issue fixed. Change-Id: I1bfec8d9afc329d633bcd630804aba8a4c7ce527 Reviewed-on: http://review.couchbase.org/55391 Tested-by: Michael Nitschinger <[email protected]> Reviewed-by: Simon Baslé <[email protected]>
Repro:
The text was updated successfully, but these errors were encountered: