dckc / keepassdroid

Automatically exported from code.google.com/p/keepassdroid
0 stars 0 forks source link

Large portion of android test cases fail on 4.3 x86 emulator #592

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've been doing some of my own hackery against keepassdroid and a large number 
(21 tests) fail on the 4.3 x86 image.

I wonder if it's related to this:

https://code.google.com/p/android/issues/detail?id=58191

Original issue reported on code.google.com by pfngu...@gmail.com on 30 Aug 2013 at 10:33

GoogleCodeExporter commented 9 years ago
Weird. It looks like they changed something in one of the Cipher internals, 
that causes it to need extra space in the output buffer in Cipher.doFinal. It 
was causing ShortBufferExceptions.

The native jni crypto libraries I use on most phones don't have this problem, 
but I'll add some padding to that buffer in a future version.

Original comment by bpel...@gmail.com on 31 Aug 2013 at 3:06

GoogleCodeExporter commented 9 years ago
These errors are fixed in 1.99.10

Original comment by bpel...@gmail.com on 15 Sep 2013 at 7:24