cryptomator / cryptofs

Java Filesystem Provider with integrated encryption
GNU Affero General Public License v3.0
93 stars 35 forks source link

Use Chunk.data() directly when putting chunk #174

Closed infeo closed 1 year ago

infeo commented 1 year ago

Fixes #173

The chunk data is directly modified. This might lead to data corruption when writing unsynchronized to the same file from different file channels, but the library consumer must handle synchronization.