Details
-
Bug
-
Resolution: Fixed
-
Critical
-
2.7.0
-
Security Level: Public
-
None
-
CBL Sprint 6, CBL Sprint 7
-
5
Description
The Blob type has three constructors. One of them takes a byte array of any size.
The other two attempt to read streams. Both use a function that silently truncates the byte array that they ready to 8K.
Originally https://github.com/couchbase/couchbase-lite-android-ce/issues/23