Actions
Bug #1113
openserialize_hash(): Add asserts that iterations go 'entries' rounds
Start date:
11/15/2024
Due date:
% Done:
0%
Estimated time:
Description
There's an clang analyzer error basically saying that when the two iterations in serialize_hash() go different number of rounds, things go badly. Which would be true, except that those iterations are guaranteed to go the same amount of rounds.
The clang analyzer warning likely stays a bit longer, but I think we should asserts that the above really holds.
Files
Updated by Marko Lindqvist 6 days ago
- File 0073-serialize_hash-Assert-that-iterations-go-entries-rou.patch 0073-serialize_hash-Assert-that-iterations-go-entries-rou.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Actions