Skip to content

verity: fix hash offset 64bit values

Milan Broz requested to merge fix-verity-hash-offset into main

Hash offset is 64bit values, for some reason it is used as size_t on one place. Fix it by properly use uint64_t.

Fixes: #792 (closed)

Merge request reports