jkominek / fdbfs

A not-yet-ready-for-use FoundationDB-backed FUSE filesystem. Seriously, don't use it.
ISC License
12 stars 1 forks source link

indexing into buffers during writes is incorrect #1

Closed jkominek closed 4 years ago

jkominek commented 4 years ago

https://github.com/jkominek/fdbfs/blob/34a37f11d526aad1f57b9e22b8fbcc85c4f234b6/write.cc#L325

start position is calculated incorrectly. mid_block should be mid_block - iter_start,

jkominek commented 4 years ago

fixed in e1a27b26