Project

General

Profile

Actions

Bug #1113

open

serialize_hash(): Add asserts that iterations go 'entries' rounds

Added by Marko Lindqvist 6 days ago. Updated 6 days ago.

Status:
In Review
Priority:
Normal
Category:
client-common
Target version:
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

Actions

Also available in: Atom PDF