Journal fsize
Compare changes
Files
+ 5
− 1
@@ -547,7 +547,11 @@ int journal_write_in(journal_t *j, journal_node_t **rn, uint64_t id, size_t len)
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
Fixed journal file size / limit arithmetics when the file size was larger than the imposed limits. Added unit tests for overfill / fillup and file size checks.