onion icon indicating copy to clipboard operation
onion copied to clipboard

Static date header

Open YggdrasiI opened this issue 5 years ago • 0 comments

This is a proposal to fix #254 . It just converts the storage for the date header into a fixed array. So, valgrind does not complain about the non-freed array at program end. The change doesn't release us from using the locking around reading/writing the date_header.

YggdrasiI avatar Feb 11 '20 15:02 YggdrasiI