Skip to content
Snippets Groups Projects
Commit b7f1a1e2 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

journal: file end condition updated

the free space is at the end of file if:
- the file is empty OR
  - qhead.pos <= qtail.pos
  - free.pos > qtail.pos

tests: added randomized values per each read/write
parent cdeb05c2
No related branches found
No related tags found
2 merge requests!330Knsupdate pubkey processing fix,!321Journal patches
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment